Home
last modified time | relevance | path

Searched refs:selectLeftTop_ (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()
105 y = selectLeftTop_.GetY(); in AdjustTvChildVerticalLayout()
121 double leftSpace = selectLeftTop_.GetX(); in AdjustTvChildHorizontalLayout()
173 double topSpace = selectLeftTop_.GetY(); in AdjustChildVerticalLayout()
203 if (selectRightBottom_ != selectLeftTop_) { in AdjustChildHorizontalLayout()
214 x = selectLeftTop_.GetX(); in AdjustChildHorizontalLayout()
220 double leftSpace = selectLeftTop_.GetX(); in AdjustChildHorizontalLayout()
223 x = selectLeftTop_.GetX() + normalPadding_; in AdjustChildHorizontalLayout()
229 x = selectLeftTop_.GetX() + normalPadding_; in AdjustChildHorizontalLayout()
238 x = selectLeftTop_.GetX() - normalPadding_ - width; in AdjustChildHorizontalLayout()
[all …]
H A Dselect_popup_component.h56 leftTop = selectLeftTop_; in GetPopupLayout()
305 Offset selectLeftTop_; variable
H A Dselect_popup_component.cpp158 selectLeftTop_ = center; in ShowDialog()
161 selectLeftTop_ = leftTop; in ShowDialog()
178 selectLeftTop_ = offset; in ShowContextMenu()
H A Drender_select_popup.h111 Offset selectLeftTop_; variable