Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_select_overlay.cpp131 bool bottomInRegion = visibleContentRect.IsInRegion(bottomPoint); in CheckAndAdjustHandleWithContent() local
134 return bottomInRegion || topInRegion; in CheckAndAdjustHandleWithContent()
136 if (!bottomInRegion && topInRegion) { in CheckAndAdjustHandleWithContent()
138 } else if (bottomInRegion && !topInRegion) { in CheckAndAdjustHandleWithContent()
142 return bottomInRegion || topInRegion; in CheckAndAdjustHandleWithContent()