Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Drender_select_popup.cpp103 double bottomSpace = globalRightBottom_.GetY() - selectLeftTop_.GetY(); in AdjustTvChildVerticalLayout()
109 bottomSpace = globalRightBottom_.GetY(); in AdjustTvChildVerticalLayout()
122 double rightSpace = globalRightBottom_.GetX() - selectRightBottom_.GetX(); in AdjustTvChildHorizontalLayout()
172 double bottomSpace = globalRightBottom_.GetY() - selectRightBottom_.GetY(); in AdjustChildVerticalLayout()
202 double rightSpace = globalRightBottom_.GetX() - selectLeftTop_.GetX(); in AdjustChildHorizontalLayout()
317 globalRightBottom_ = Offset() + renderRoot_->GetLayoutSize(); in PerformLayout()
333 … : globalRightBottom_.GetX() - selectLeftTop_.GetX() - normalPadding_ - 2.0 * outPadding)); in PerformLayout()
336 auto rightSpace = globalRightBottom_.GetX() - leftSpace; in PerformLayout()
H A Drender_select_popup.h76 Offset globalRightBottom_; variable