Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_select_controller.cpp462 auto textRectRightBoundary = contentRect_.GetX() + contentRect_.Width(); in AdjustHandleAtEdge() local
463 if (GreatNotEqual(handleRect.GetX() + handleRect.Width(), textRectRightBoundary) && in AdjustHandleAtEdge()
465 handleRect.SetLeft(textRectRightBoundary - handleRect.Width()); in AdjustHandleAtEdge()