Home
last modified time | relevance | path

Searched refs:MakeInnerLayoutParam (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H A Drender_tool_bar.cpp52 LayoutParam innerLayoutParam = MakeInnerLayoutParam(); in LayoutChildren()
63 LayoutParam RenderToolBar::MakeInnerLayoutParam() const in MakeInnerLayoutParam() function in OHOS::Ace::RenderToolBar
H A Drender_tool_bar.h46 LayoutParam MakeInnerLayoutParam() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_layout_manager.cpp68 LayoutParam ListLayoutManager::MakeInnerLayoutParam(FlexAlign crossAxisAlign) const in MakeInnerLayoutParam() function in OHOS::Ace::ListLayoutManager
414 LayoutParam innerLayout = MakeInnerLayoutParam(crossAxisAlign_); in PerformLayout()
537 LayoutParam innerLayout = MakeInnerLayoutParam(crossAxisAlign_); in LayoutToItem()
568 LayoutParam innerLayout = MakeInnerLayoutParam(crossAxisAlign_); in LayoutToPosition()
600 LayoutParam innerLayout = MakeInnerLayoutParam(crossAxisAlign_); in LayoutMore()
645 auto innerLayout = MakeInnerLayoutParam(align); in SetChildPosition()
649 auto innerLayout = MakeInnerLayoutParam(align); in SetChildPosition()
H A Dgrid_layout_manager.cpp62 LayoutParam GridLayoutManager::MakeInnerLayoutParam(int32_t columnSpan) const in MakeInnerLayoutParam() function in OHOS::Ace::GridLayoutManager
298 LayoutParam innerLayout = MakeInnerLayoutParam(span); in PerformLayout()
392 LayoutParam innerLayout = MakeInnerLayoutParam(span); in LayoutToItem()
431 LayoutParam innerLayout = MakeInnerLayoutParam(span); in LayoutMore()
H A Dgrid_layout_manager.h50 LayoutParam MakeInnerLayoutParam(int32_t columnSpan) const;
H A Dlist_layout_manager.h74 LayoutParam MakeInnerLayoutParam(FlexAlign selfAlign) const;
H A Drender_list_item_group.h108 LayoutParam MakeInnerLayoutParam() const;
H A Dlist_watch_layout_manager.cpp43 LayoutParam innerLayout = MakeInnerLayoutParam(crossAxisAlign_); in PerformLayout()
H A Drender_list_item_group.cpp88 LayoutParam RenderListItemGroup::MakeInnerLayoutParam() const in MakeInnerLayoutParam() function in OHOS::Ace::RenderListItemGroup
279 auto layoutParam = MakeInnerLayoutParam(); in PerformLayout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_single_child_scroll.h38 LayoutParam MakeInnerLayoutParam() const;
H A Drender_single_child_scroll.cpp83 LayoutParam RenderSingleChildScroll::MakeInnerLayoutParam() const in MakeInnerLayoutParam() function in OHOS::Ace::RenderSingleChildScroll
207 LayoutParam layout = MakeInnerLayoutParam(); in PerformLayout()
H A Drender_multi_child_scroll.h114 LayoutParam MakeInnerLayoutParam() const;
H A Drender_multi_child_scroll.cpp43 LayoutParam RenderMultiChildScroll::MakeInnerLayoutParam() const in MakeInnerLayoutParam() function in OHOS::Ace::RenderMultiChildScroll
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_bar.h136 LayoutParam MakeInnerLayoutParam() const;
H A Drender_tab_bar.cpp200 LayoutParam innerLayoutParam = MakeInnerLayoutParam(); in LayoutChildren()
529 LayoutParam RenderTabBar::MakeInnerLayoutParam() const in MakeInnerLayoutParam() function in OHOS::Ace::RenderTabBar
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid/
H A Drender_grid.h103 LayoutParam MakeInnerLayoutParam(int32_t columnSpan) const;
H A Drender_grid.cpp606 LayoutParam RenderGrid::MakeInnerLayoutParam(int32_t columnSpan) const in MakeInnerLayoutParam() function in OHOS::Ace::RenderGrid
778 innerLayout = MakeInnerLayoutParam(columnSpan); in PerformLayout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Drender_water_flow.h177 LayoutParam MakeInnerLayoutParam(size_t itemIndex);
H A Drender_water_flow.cpp421 LayoutParam RenderWaterFlow::MakeInnerLayoutParam(size_t itemIndex) in MakeInnerLayoutParam() function in OHOS::Ace::V2::RenderWaterFlow
462 flowItem->Layout(MakeInnerLayoutParam(startIndex)); in SupplyItems()
496 innerLayoutParam = MakeInnerLayoutParam(itemIndex); in LayoutItems()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.h157 LayoutParam MakeInnerLayoutParam(
H A Drender_grid_scroll.cpp571 child->Layout(MakeInnerLayoutParam(main, cross, mainSpan, crossSpan, itemMainIsPercent)); in LayoutChild()
604 LayoutParam RenderGridScroll::MakeInnerLayoutParam( in MakeInnerLayoutParam() function in OHOS::Ace::V2::RenderGridScroll
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.cpp210 LayoutParam RenderGridLayout::MakeInnerLayoutParam( in MakeInnerLayoutParam() function in OHOS::Ace::RenderGridLayout
1675 item->Layout(MakeInnerLayoutParam(rowIndex, colIndex, itemRowSpan, itemColSpan)); in PerformLayoutForEditGrid()
1697 item->Layout(MakeInnerLayoutParam(itemRow, itemCol, itemRowSpan, itemColSpan)); in PerformLayoutForStaticGrid()
1710 item->Layout(MakeInnerLayoutParam(rowIndex, colIndex, itemRowSpan, itemColSpan)); in PerformLayoutForStaticGrid()
2038 item->Layout(MakeInnerLayoutParam(targetRow, targetColum, 1, 1)); in MoveItemsForward()
2088 item->Layout(MakeInnerLayoutParam(targetRow, targetColum, 1, 1)); in MoveItemsBackward()
2267 item->Layout(MakeInnerLayoutParam(curInsertRowIndex_, curInsertColumnIndex_, 1, 1)); in AddNodeAnimationToControllerForDrop()
H A Drender_grid_layout.h228 virtual LayoutParam MakeInnerLayoutParam(