Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_paint_method.h35 …const OffsetF& endOffset, float selectMenuHeight, bool hasExtensionMenu, bool hasShowAnimation, bo… in DECLARE_ACE_TYPE()
38 … info_(std::move(info)), defaultMenuEndOffset_(endOffset), selectMenuHeight_(selectMenuHeight), in DECLARE_ACE_TYPE()
H A Dselect_overlay_node.cpp511 auto selectMenuHeight = geometryNode->GetFrameSize().Height(); in BuildMoreOrBackButton() local
512 top = CalcLength((selectMenuHeight - sideWidth.GetDimension().Value()) / 2.0f); in BuildMoreOrBackButton()
1093 auto selectMenuHeight = geometryNode->GetFrameSize().Height(); in BackAnimation() local
1096 …CalcLength(menuWidth.value_or(selectMenuHeight)), CalcLength(menuHeight.value_or(selectMenuHeight)… in BackAnimation()