Home
last modified time | relevance | path

Searched defs:topPosition (Results 1 – 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
Dbubble_layout_algorithm.cpp1147 …OffsetF topPosition = OffsetF(targetOffset_.GetX() + (targetSize_.Width() - childSize.Width()) / 2… in GetChildPositionNew() local
1266 OffsetF topPosition = in MeasureTipsRegion() local
1412 …const SizeF& childSize, const OffsetF& topPosition, const OffsetF& bottomPosition, OffsetF& arrowP… in GetAdjustPosition()
1556 void BubbleLayoutAlgorithm::BottomAndTopPosition(OffsetF& bottomPosition, OffsetF& topPosition, con… in BottomAndTopPosition()
1568 OffsetF topPosition; in CoverParent() local
1707 OffsetF topPosition; in AvoidToTopOrBottomByWidth() local
1787 OffsetF topPosition; in AvoidToTargetBottom() local
1826 OffsetF topPosition; in AvoidToTargetTop() local
1871 OffsetF topPosition; in AvoidToTargetTopMid() local
1903 OffsetF topPosition; in AvoidToTargetRight() local
[all …]
/foundation/arkui/ace_engine/frameworks/core/components/bubble/
Drender_bubble.cpp366 Offset& topPosition, Offset& bottomPosition, const Size& childSize) in InitArrowTopAndBottomPosition()
396 …Offset topPosition = Offset(targetOffset_.GetX() + (targetSize_.Width() - childSize.Width()) / 2.0, in GetChildPosition() local
436 Offset RenderBubble::GetPositionWithPlacement(const Size& childSize, const Offset& topPosition, in GetPositionWithPlacement()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
Dmenu_layout_algorithm.cpp2821 const SizeF& childSize, const OffsetF& topPosition, const OffsetF& bottomPosition) in GetPositionWithPlacement()
3010 …OffsetF topPosition = OffsetF(targetOffset_.GetX() + (targetSize_.Width() - childSize.Width()) / 2… in GetChildPosition() local
3060 …OffsetF topPosition = OffsetF(targetOffset_.GetX() + (targetSize_.Width() - childSize.Width()) / H… in GetSelectChildPosition() local
3089 const SizeF& childSize, const OffsetF& topPosition, const OffsetF& bottomPosition) in GetAdjustPosition()
3113 const SizeF& childSize, const OffsetF& topPosition, const OffsetF& bottomPosition) in GetSelectAdjustPosition()
3393 const SizeF& childSize, const OffsetF& topPosition, const OffsetF& bottomPosition) in GetPositionWithPlacementTop()
3400 const SizeF& childSize, const OffsetF& topPosition, const OffsetF& bottomPosition) in GetPositionWithPlacementTopLeft()
3412 const SizeF& childSize, const OffsetF& topPosition, const OffsetF& bottomPosition) in GetPositionWithPlacementTopRight()
3424 const SizeF& childSize, const OffsetF& topPosition, const OffsetF& bottomPosition) in GetPositionWithPlacementBottom()
3431 const SizeF& childSize, const OffsetF& topPosition, const OffsetF& bottomPosition) in GetPositionWithPlacementBottomLeft()
[all …]
/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/
Dbubble_tips_test_ng.cpp680 OffsetF topPosition; variable
716 OffsetF topPosition; variable
753 OffsetF topPosition; variable
788 OffsetF topPosition; variable
Dbubble_test_One_ng.cpp281 OffsetF topPosition; variable
912 …OffsetF topPosition = OffsetF(targetOffset.GetX() + (targetSize.Width() - childSize.Width()) / 2.0, variable
1313 …OffsetF topPosition = OffsetF(targetOffset.GetX() + (targetSize.Width() - childSize.Width()) / 2.0, variable
Dbubble_test_ng.cpp2072 auto topPosition = OffsetF(0.0f, 0.0f); variable
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
Dmenu_expand_test_ng.cpp382 OffsetF topPosition = OffsetF(ONE_FLOAT, TWO_FLOAT); variable