Searched refs:maxSpaceHeight (Results 1 – 1 of 1) sorted by relevance
1927 float maxSpaceHeight = maxAvailableHeight * HEIGHT_CONSTRAINT_FACTOR; in UpdateConstraintHeight() local1930 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()