Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp4154 auto visibleBottom = visibleInnerRect.Bottom(); in ComputeClippedSelectionBounds() local
4157 if (LessOrEqual(visibleBottom, selectY + viewPortY + offset.GetY()) || in ComputeClippedSelectionBounds()
4163 LessOrEqual(visibleBottom, selectY + viewPortY + selectHeight + offset.GetY())) { in ComputeClippedSelectionBounds()
4170 …if (LessOrEqual(visibleBottom, selectY + viewPortY + startHandle->GetEdgeHeight() + offset.GetY())… in ComputeClippedSelectionBounds()