Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Drender_bubble.h76 const Offset& topArrowPosition, const Offset& bottomArrowPosition);
135 …void InitArrowTopAndBottomPosition(Offset& topArrowPosition, Offset& bottomArrowPosition, Offset& …
H A Drender_bubble.cpp363 … RenderBubble::InitArrowTopAndBottomPosition(Offset& topArrowPosition, Offset& bottomArrowPosition, in InitArrowTopAndBottomPosition() argument
373 bottomArrowPosition = bottomPosition + Offset(std::max(NormalizeToPx(padding_.Left()), in InitArrowTopAndBottomPosition()
381 bottomArrowPosition = Offset(targetOffset_.GetX() + targetSize_.Width() / 2.0, in InitArrowTopAndBottomPosition()
400 Offset bottomArrowPosition; in GetChildPosition() local
401 …InitArrowTopAndBottomPosition(topArrowPosition, bottomArrowPosition, topPosition, bottomPosition, … in GetChildPosition()
403 …sitionWithPlacement(childSize, topPosition, bottomPosition, topArrowPosition, bottomArrowPosition); in GetChildPosition()
415 arrowPosition_ = bottomArrowPosition; in GetChildPosition()
430 arrowPosition_ = arrowPlacement_ == Placement::TOP ? topArrowPosition : bottomArrowPosition; in GetChildPosition()
435 const Offset& bottomPosition, const Offset& topArrowPosition, const Offset& bottomArrowPosition) in GetPositionWithPlacement() argument
463 arrowPosition_ = bottomArrowPosition; in GetPositionWithPlacement()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_layout_algorithm.cpp2096 OffsetF bottomArrowPosition; in GetChildPosition() local
2102 …InitArrowTopAndBottomPosition(topArrowPosition, bottomArrowPosition, topPosition, bottomPosition, … in GetChildPosition()
2122 arrowPosition_ = bottomArrowPosition; in GetChildPosition()
2138 arrowPosition_ = arrowPlacement_ == Placement::TOP ? bottomArrowPosition : topArrowPosition; in GetChildPosition()
2159 …utAlgorithm::InitArrowTopAndBottomPosition(OffsetF& topArrowPosition, OffsetF& bottomArrowPosition, in InitArrowTopAndBottomPosition() argument
2169 GetPositionWithPlacement(bottomPosition, bottomArrowPosition, childSize, Placement::BOTTOM); in InitArrowTopAndBottomPosition()
2176 bottomArrowPosition = bottomArrowPosition + OffsetF(safePosition - arrowCenter, 0); in InitArrowTopAndBottomPosition()
2180bottomArrowPosition = bottomArrowPosition - OffsetF(arrowCenter + safePosition - selfSize_.Width()… in InitArrowTopAndBottomPosition()
H A Dbubble_layout_algorithm.h205 …void InitArrowTopAndBottomPosition(OffsetF& topArrowPosition, OffsetF& bottomArrowPosition, Offset…