Home
last modified time | relevance | path

Searched refs:isTouchHandleCircle (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp4297 bool isTouchHandleCircle = LessNotEqual(touchOffset.GetY(), handleRect.Top()); in ChangeFirstHandleHeight() local
4298 if (!isTouchHandleCircle) { in ChangeFirstHandleHeight()
4308 bool isTouchHandleCircle = GreatNotEqual(touchOffset.GetY(), handleRect.Bottom()); in ChangeSecondHandleHeight() local
4309 auto handleOffsetY = isTouchHandleCircle in ChangeSecondHandleHeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp3346 bool isTouchHandleCircle = isFirst ? in ChangeHandleHeight() local
3350 if (!isTouchHandleCircle) { in ChangeHandleHeight()
3357 auto handleOffsetY = isTouchHandleCircle in ChangeHandleHeight()