Home
last modified time | relevance | path

Searched refs:SetChildPosition (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_watch_layout_manager.h39 void SetChildPosition(const RefPtr<RenderNode>& child, int32_t index, double mainSize) override;
H A Dgrid_layout_manager.cpp107 void GridLayoutManager::SetChildPosition( in SetChildPosition() function in OHOS::Ace::GridLayoutManager
300 SetChildPosition(itemChild, curMainSize, curGrid, span); in PerformLayout()
394 SetChildPosition(itemChild, curMainSize, curGrid, span); in LayoutToItem()
433 SetChildPosition(itemChild, curMainSize, curGrid, span); in LayoutMore()
H A Dlist_watch_layout_manager.cpp54 SetChildPosition(itemChild, itemIndex, curMainSize); in PerformLayout()
84 void ListWatchLayoutManager::SetChildPosition(const RefPtr<RenderNode>& child, int32_t index, doubl… in SetChildPosition() function in OHOS::Ace::ListWatchLayoutManager
H A Dgrid_layout_manager.h55 …void SetChildPosition(const RefPtr<RenderNode>& child, double mainSize, int32_t gridPos, int32_t c…
H A Dlist_layout_manager.cpp429 SetChildPosition(itemChild, itemIndex, curMainSize); in PerformLayout()
544 SetChildPosition(itemChild, curTailIndex, curMainSize); in LayoutToItem()
575 SetChildPosition(itemChild, curTailIndex, curMainSize); in LayoutToPosition()
608 SetChildPosition(itemChild, curTailIndex, curMainSize); in LayoutMore()
634 void ListLayoutManager::SetChildPosition(const RefPtr<RenderNode>& child, int32_t index, double mai… in SetChildPosition() function in OHOS::Ace::ListLayoutManager
H A Dlist_layout_manager.h71 virtual void SetChildPosition(const RefPtr<RenderNode>& child, int32_t index, double mainSize);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll_bar/
H A Drender_scroll_bar.h62 void SetChildPosition(const Offset& childPosition) in SetChildPosition() function
H A Dscroll_bar_proxy.cpp178 scrollBar->SetChildPosition(position); in NotifyScrollBar()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid/
H A Drender_grid.h132 …void SetChildPosition(const RefPtr<RenderNode>& child, double mainSize, int32_t gridPos, int32_t c…
H A Drender_grid.cpp661 void RenderGrid::SetChildPosition(const RefPtr<RenderNode>& child, double mainSize, int32_t gridPos… in SetChildPosition() function in OHOS::Ace::RenderGrid
869 SetChildPosition(item, posOfChildren_[gridPos], gridPos, columnSpan); in Traverse()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Drender_water_flow.h180 void SetChildPosition(const RefPtr<RenderNode>& child, size_t itemIndex);
H A Drender_water_flow.cpp258 void RenderWaterFlow::SetChildPosition(const RefPtr<RenderNode>& child, size_t itemIndex) in SetChildPosition() function in OHOS::Ace::V2::RenderWaterFlow
502 SetChildPosition(flowItem, itemIndex); in LayoutItems()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.h162 void SetChildPosition(
H A Drender_grid_scroll.cpp260 void RenderGridScroll::SetChildPosition( in SetChildPosition() function in OHOS::Ace::V2::RenderGridScroll
937 SetChildPosition(item->second, main, cross, itemMainSpan, itemCrossSpan); in PerformLayout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.cpp233 void RenderGridLayout::SetChildPosition( in SetChildPosition() function in OHOS::Ace::RenderGridLayout
1545 SetChildPosition(itemsInGrid_[index], row, col, 1, 1); in ResetItemPosition()
1676 SetChildPosition(item, rowIndex, colIndex, itemRowSpan, itemColSpan); in PerformLayoutForEditGrid()
1698 SetChildPosition(item, itemRow, itemCol, itemRowSpan, itemColSpan); in PerformLayoutForStaticGrid()
1711 SetChildPosition(item, rowIndex, colIndex, itemRowSpan, itemColSpan); in PerformLayoutForStaticGrid()
2039 SetChildPosition(item, targetRow, targetColum, 1, 1); in MoveItemsForward()
2089 SetChildPosition(item, targetRow, targetColum, 1, 1); in MoveItemsBackward()
H A Drender_grid_layout.h248 virtual void SetChildPosition(
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.h467 static void SetChildPosition(RefPtr<RenderNode> child, const Offset& offset);
H A Drender_list.cpp850 SetChildPosition(itemSet[i], position); in SetItemsPositionForLaneList()
1019 SetChildPosition(child, offset); in SetItemsPosition()
3121 void RenderList::SetChildPosition(RefPtr<RenderNode> child, const Offset& offset) in SetChildPosition() function in OHOS::Ace::V2::RenderList