Home
last modified time | relevance | path

Searched defs:childPosition (Results 1 – 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/scroll_bar/
Drender_scroll_bar.h62 void SetChildPosition(const Offset& childPosition) in SetChildPosition()
Drender_scroll_bar.cpp178 auto childPosition = child->GetPosition(); in InitChildPosition() local
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
Drender_single_child_scroll.cpp158 double childPosition = GetMainOffset(childOffset); in MoveChildToViewPort() local
223 auto childPosition = child->GetChildren().front(); in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
Dbubble_layout_algorithm.cpp685 OffsetF childPosition; in GetChildPositionNew() local
756 OffsetF childPosition; in GetAdjustPosition() local
881 OffsetF childPosition; in GetPositionWithPlacementNew() local
1192 OffsetF childPosition; in GetPositionWithPlacementTopLeft() local
1207 OffsetF childPosition; in GetPositionWithPlacementTopRight() local
1235 OffsetF childPosition; in GetPositionWithPlacementBottomLeft() local
1250 OffsetF childPosition; in GetPositionWithPlacementBottomRight() local
1265 OffsetF childPosition; in GetPositionWithPlacementLeft() local
1280 OffsetF childPosition; in GetPositionWithPlacementLeftTop() local
1296 OffsetF childPosition; in GetPositionWithPlacementLeftBottom() local
[all …]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
Dmenu_layout_algorithm.cpp1992 OffsetF childPosition; in GetPositionWithPlacement() local
2009 OffsetF childPosition; in GetArrowPositionWithPlacement() local
2124 OffsetF childPosition; in GetChildPosition() local
2166 OffsetF childPosition; in GetAdjustPosition() local
2447 OffsetF childPosition; in GetPositionWithPlacementTopLeft() local
2458 OffsetF childPosition; in GetPositionWithPlacementTopRight() local
2475 OffsetF childPosition; in GetPositionWithPlacementBottomLeft() local
2486 OffsetF childPosition; in GetPositionWithPlacementBottomRight() local
2497 OffsetF childPosition; in GetPositionWithPlacementLeft() local
2507 OffsetF childPosition; in GetPositionWithPlacementLeftTop() local
[all …]
/foundation/arkui/ace_engine/frameworks/core/components/bubble/
Drender_bubble.cpp404 Offset childPosition = originOffset; in GetChildPosition() local
437 Offset childPosition; in GetPositionWithPlacement() local
520 Offset childPosition = fitPosition; in FitToScreen() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_layout/
Dgrid_layout_algorithm.cpp348 auto childPosition = itemsPosition_.find(index); in Layout() local
/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
Drender_text_overlay.cpp717 Offset childPosition; in ComputeChildPosition() local
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
Drender_swiper.cpp395 …auto childPosition = NearZero(nextItemOffset_) ? nextItemOffset_ : std::fmod(scrollOffset_, nextIt… in PerformLayout() local