Home
last modified time | relevance | path

Searched defs:bottomPosition (Results 1 – 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
Dbubble_layout_algorithm.cpp178 …OffsetF bottomPosition = OffsetF(targetOffset_.GetX() + (targetSize_.Width() - childSize.Width()) … in GetChildPosition() local
245 OffsetF& topPosition, OffsetF& bottomPosition, const SizeF& childSize) in InitArrowTopAndBottomPosition()
257const OffsetF& bottomPosition, const OffsetF& topArrowPosition, const OffsetF& bottomArrowPosition) in GetPositionWithPlacement()
/foundation/arkui/ace_engine/frameworks/core/components/bubble/
Drender_bubble.cpp371 Offset& topPosition, Offset& bottomPosition, const Size& childSize) in InitArrowTopAndBottomPosition()
394 …Offset bottomPosition = Offset(targetOffset_.GetX() + (targetSize_.Width() - childSize.Width()) / … in GetChildPosition() local
440 const Offset& bottomPosition, const Offset& topArrowPosition, const Offset& bottomArrowPosition) in GetPositionWithPlacement()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
Dtoast_view.cpp83 auto bottomPosition = in CreateToastNode() local
/foundation/arkui/ace_engine/frameworks/core/components/toast/
Dtoast_component.cpp183 …Dimension bottomPosition = StringUtils::StringToDimensionWithThemeValue(bottom, true, toastTheme->… in Show() local