Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_algorithm.h245 float bottomSpace_ = 0.0f; variable
H A Dmenu_layout_algorithm.cpp528 bottomSpace_ = std::max(0.0, in InitSpace()
530 if (NearZero(topSpace_) && NearZero(bottomSpace_)) { in InitSpace()
531 bottomSpace_ = wrapperRect_.Bottom() - position_.GetY() - paddingTop_; in InitSpace()
543 bottomSpace_ = wrapperRect_.Bottom() - position_.GetY() - paddingBottom_; in InitSpace()
546 bottomSpace_ = wrapperRect_.Bottom() - position_.GetY() - paddingTop_; in InitSpace()
2010 if (GreatOrEqual(bottomSpace_, size.Height())) { in VerticalLayout()
2014 …if (LessNotEqual(bottomSpace_, size.Height()) && LessNotEqual(size.Height(), wrapperRect_.Height()… in VerticalLayout()