Searched defs:menuSize (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
H A D | menu_layout_algorithm.cpp | 978 auto menuSize = menuGeometryNode->GetMarginFrameSize(); in LayoutNormalTopPreviewBottomMenuGreateThan() local 997 auto menuSize = menuGeometryNode->GetMarginFrameSize(); in LayoutNormalTopPreviewBottomMenuGreateThan() local 1070 auto menuSize = menuGeometryNode->GetMarginFrameSize(); in LayoutNormalBottomPreviewTopMenuGreateThan() local 1090 auto menuSize = menuGeometryNode->GetMarginFrameSize(); in LayoutNormalBottomPreviewTopMenuGreateThan() local 1221 auto menuSize = menuGeometryNode->GetMarginFrameSize(); in CheckHorizontalLayoutPreviewOffsetX() local 1250 auto menuSize = menuGeometryNode->GetMarginFrameSize(); in LayoutOtherDeviceLeftPreviewRightMenuLessThan() local 1297 auto menuSize = menuGeometryNode->GetMarginFrameSize(); in LayoutOtherDeviceLeftPreviewRightMenuGreateThan() local 1590 bool MenuLayoutAlgorithm::GetIfNeedArrow(const LayoutWrapper* layoutWrapper, const SizeF& menuSize) in GetIfNeedArrow() 1621 … MenuLayoutAlgorithm::ProcessArrowParams(const LayoutWrapper* layoutWrapper, const SizeF& menuSize) in ProcessArrowParams() 1746 const RefPtr<MenuLayoutProperty>& menuProp, const SizeF& menuSize) in ComputeMenuPositionByAlignType() [all …]
|
H A D | menu_pattern.cpp | 1443 …MenuPattern::CalcIdealBorderRadius(const BorderRadiusProperty& borderRadius, const SizeF& menuSize) in CalcIdealBorderRadius()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | select_overlay_layout_algorithm.cpp | 137 auto menuSize = menu->GetGeometryNode()->GetFrameSize(); in CalculateCustomMenuByMouseOffset() local 220 auto menuSize = menu->GetGeometryNode()->GetMarginFrameSize(); in LayoutChild() local 440 OffsetF& menuOffset, const SizeF& menuSize, const SizeF& rootSize) in AdjustMenuInRootRect()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/ |
H A D | menu_origin_test_ng.cpp | 2138 const SizeF menuSize = SizeF(MENU_SIZE_WIDTH, MENU_SIZE_HEIGHT); variable 2173 const SizeF menuSize = SizeF(MENU_SIZE_WIDTH, MENU_SIZE_HEIGHT); variable 2210 const SizeF menuSize = SizeF(menuSizeWidthTest, menuSizeHeightTest); variable
|
H A D | menu_layoutFst_test_ng.cpp | 1605 const SizeF menuSize = SizeF(MENU_SIZE_WIDTH, MENU_SIZE_HEIGHT); variable 1694 const SizeF menuSize = SizeF(MENU_SIZE_WIDTH, MENU_SIZE_HEIGHT); variable
|