Home
last modified time | relevance | path

Searched refs:maxSpaceHeight (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.cpp1927 float maxSpaceHeight = maxAvailableHeight * HEIGHT_CONSTRAINT_FACTOR; in UpdateConstraintHeight() local
1930 maxSpaceHeight = std::min(maxSpaceHeight, spaceToBottom); in UpdateConstraintHeight()
1936 if (selectModifiedHeight < maxSpaceHeight) { in UpdateConstraintHeight()
1937 maxSpaceHeight = selectModifiedHeight; in UpdateConstraintHeight()
1941 constraint.maxSize.SetHeight(maxSpaceHeight); in UpdateConstraintHeight()