Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_select_overlay.cpp327 auto globalContentRect = GetVisibleContentRect(); in GetSelectArea() local
328 auto intersectRect = res.IntersectRectT(globalContentRect); in GetSelectArea()
H A Dtext_field_pattern.cpp878 auto globalContentRect = contentRect_; in CheckSelectAreaVisible() local
879 globalContentRect.SetOffset(globalContentRect.GetOffset() + globalOffset); in CheckSelectAreaVisible()
882 } else if (!globalContentRect.IsInnerIntersectWith(selectArea)) { in CheckSelectAreaVisible()