Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Drender_select_popup.cpp88 popup->GetPopupLayout(selectLeftTop_, selectRightBottom_); in Update()
122 double rightSpace = globalRightBottom_.GetX() - selectRightBottom_.GetX(); in AdjustTvChildHorizontalLayout()
134 x = selectRightBottom_.GetX() + contentSpacing_.Value(); in AdjustTvChildHorizontalLayout()
145 x = selectRightBottom_.GetX() + contentSpacing_.Value(); in AdjustTvChildHorizontalLayout()
150 x = selectRightBottom_.GetX() + contentSpacing_.Value(); in AdjustTvChildHorizontalLayout()
172 double bottomSpace = globalRightBottom_.GetY() - selectRightBottom_.GetY(); in AdjustChildVerticalLayout()
176 y = selectRightBottom_.GetY() + normalPadding_ - globalOffsetExternalY; in AdjustChildVerticalLayout()
182 y = selectRightBottom_.GetY() + normalPadding_ - globalOffsetExternalY; in AdjustChildVerticalLayout()
203 if (selectRightBottom_ != selectLeftTop_) { in AdjustChildHorizontalLayout()
210 double space = selectRightBottom_.GetX(); in AdjustChildHorizontalLayout()
[all …]
H A Dselect_popup_component.h57 rightBottom = selectRightBottom_; in GetPopupLayout()
306 Offset selectRightBottom_; variable
H A Dselect_popup_component.cpp159 selectRightBottom_ = center; in ShowDialog()
162 selectRightBottom_ = rightBottom; in ShowDialog()
179 selectRightBottom_ = offset; in ShowContextMenu()
H A Drender_select_popup.h112 Offset selectRightBottom_; variable