Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp90 constexpr float SELECT_MENE_HEIGHT = 140.0f; variable
4172 …= startHandle->GetY() + offset.GetY() - radius - startHandle->GetEdgeHeight() - SELECT_MENE_HEIGHT; in ComputeClippedSelectionBounds()
4180 selectY = selectY + viewPortY + offset.GetY() - SELECT_MENE_HEIGHT - radius; in ComputeClippedSelectionBounds()
4186 return RectF(selectX, selectY, selectWidth, SELECT_MENE_HEIGHT); in ComputeClippedSelectionBounds()