Home
last modified time | relevance | path

Searched defs: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
4308 bool isTouchHandleCircle = GreatNotEqual(touchOffset.GetY(), handleRect.Bottom()); in ChangeSecondHandleHeight() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp3346 bool isTouchHandleCircle = isFirst ? in ChangeHandleHeight() local