/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | list_watch_layout_manager.h | 39 void SetChildPosition(const RefPtr<RenderNode>& child, int32_t index, double mainSize) override;
|
H A D | grid_layout_manager.cpp | 107 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 D | list_watch_layout_manager.cpp | 54 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 D | grid_layout_manager.h | 55 …void SetChildPosition(const RefPtr<RenderNode>& child, double mainSize, int32_t gridPos, int32_t c…
|
H A D | list_layout_manager.cpp | 429 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 D | list_layout_manager.h | 71 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 D | render_scroll_bar.h | 62 void SetChildPosition(const Offset& childPosition) in SetChildPosition() function
|
H A D | scroll_bar_proxy.cpp | 178 scrollBar->SetChildPosition(position); in NotifyScrollBar()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid/ |
H A D | render_grid.h | 132 …void SetChildPosition(const RefPtr<RenderNode>& child, double mainSize, int32_t gridPos, int32_t c…
|
H A D | render_grid.cpp | 661 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 D | render_water_flow.h | 180 void SetChildPosition(const RefPtr<RenderNode>& child, size_t itemIndex);
|
H A D | render_water_flow.cpp | 258 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 D | render_grid_scroll.h | 162 void SetChildPosition(
|
H A D | render_grid_scroll.cpp | 260 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 D | render_grid_layout.cpp | 233 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 D | render_grid_layout.h | 248 virtual void SetChildPosition(
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | render_list.h | 467 static void SetChildPosition(RefPtr<RenderNode> child, const Offset& offset);
|
H A D | render_list.cpp | 850 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
|