Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_model_ng.cpp35 layoutProps->UpdateCalcMinSize(CalcSize(CalcLength(MIN_MENU_WIDTH), std::nullopt)); in Create()
H A Dmulti_menu_layout_algorithm.cpp50 … if (LessNotEqual(layoutConstraint->selfIdealSize.Width().value(), MIN_MENU_WIDTH.ConvertToPx())) { in Measure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_theme.h40 constexpr Dimension MIN_MENU_WIDTH = 64.0_vp; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenu_layoutFst_test_ng.cpp1384 …EXPECT_TRUE(LessNotEqual(parentLayoutConstraint.selfIdealSize.Width().value(), MIN_MENU_WIDTH.Conv…