Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_algorithm.cpp1935 auto selectModifiedHeight = menuLayoutProps->GetSelectModifiedHeight().value(); in UpdateConstraintHeight() local
1936 if (selectModifiedHeight < maxSpaceHeight) { in UpdateConstraintHeight()
1937 maxSpaceHeight = selectModifiedHeight; in UpdateConstraintHeight()