Home
last modified time | relevance | path

Searched defs:bottomSpace (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dsub_menu_layout_algorithm.cpp184 …float bottomSpace = wrapperSize_.Height() - (position_.GetY() - param_.windowsOffsetY) - margin_ *… in VerticalLayoutSubMenuHalfScreen() local
200 float bottomSpace = wrapperRect_.Bottom() - position - paddingBottom_; in VerticalLayoutSubMenu() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Drender_select_popup.cpp103 double bottomSpace = globalRightBottom_.GetY() - selectLeftTop_.GetY(); in AdjustTvChildVerticalLayout() local
172 double bottomSpace = globalRightBottom_.GetY() - selectRightBottom_.GetY(); in AdjustChildVerticalLayout() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_layout_algorithm.cpp118 auto bottomSpace = layoutConstraint.maxSize.Height() - in CalculateCustomMenuLayoutConstraint() local