Searched refs:bottomArrowPosition (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/ |
H A D | render_bubble.h | 76 const Offset& topArrowPosition, const Offset& bottomArrowPosition); 135 …void InitArrowTopAndBottomPosition(Offset& topArrowPosition, Offset& bottomArrowPosition, Offset& …
|
H A D | render_bubble.cpp | 363 … 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 D | bubble_layout_algorithm.cpp | 2096 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() 2180 …bottomArrowPosition = bottomArrowPosition - OffsetF(arrowCenter + safePosition - selfSize_.Width()… in InitArrowTopAndBottomPosition()
|
H A D | bubble_layout_algorithm.h | 205 …void InitArrowTopAndBottomPosition(OffsetF& topArrowPosition, OffsetF& bottomArrowPosition, Offset…
|