Home
last modified time | relevance | path

Searched refs:CalculateLanes (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_lanes_layout_algorithm.h61 void CalculateLanes(const RefPtr<ListLayoutProperty>& layoutProperty,
H A Dlist_item_group_layout_algorithm.h399 void CalculateLanes(const RefPtr<ListLayoutProperty>& layoutProperty,
H A Dlist_layout_algorithm.h425 virtual void CalculateLanes(const RefPtr<ListLayoutProperty>& layoutProperty, in CalculateLanes() function
H A Dlist_lanes_layout_algorithm.cpp310 void ListLanesLayoutAlgorithm::CalculateLanes(const RefPtr<ListLayoutProperty>& layoutProperty, in CalculateLanes() function in OHOS::Ace::NG::ListLanesLayoutAlgorithm
H A Dlist_item_group_layout_algorithm.cpp75 CalculateLanes(listLayoutProperty_, layoutConstraint, contentIdealSize.CrossSize(axis_), axis_); in Measure()
1245 void ListItemGroupLayoutAlgorithm::CalculateLanes(const RefPtr<ListLayoutProperty>& layoutProperty, in CalculateLanes() function in OHOS::Ace::NG::ListItemGroupLayoutAlgorithm
H A Dlist_layout_algorithm.cpp160CalculateLanes(listLayoutProperty, layoutConstraint, contentIdealSize.CrossSize(axis_), axis_); in Measure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.h363 void CalculateLanes();
H A Drender_list.cpp380 void RenderList::CalculateLanes() in CalculateLanes() function in OHOS::Ace::V2::RenderList
630 CalculateLanes(); in PerformLayout()