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 D | list_lanes_layout_algorithm.h | 61 void CalculateLanes(const RefPtr<ListLayoutProperty>& layoutProperty,
|
H A D | list_item_group_layout_algorithm.h | 399 void CalculateLanes(const RefPtr<ListLayoutProperty>& layoutProperty,
|
H A D | list_layout_algorithm.h | 425 virtual void CalculateLanes(const RefPtr<ListLayoutProperty>& layoutProperty, in CalculateLanes() function
|
H A D | list_lanes_layout_algorithm.cpp | 310 void ListLanesLayoutAlgorithm::CalculateLanes(const RefPtr<ListLayoutProperty>& layoutProperty, in CalculateLanes() function in OHOS::Ace::NG::ListLanesLayoutAlgorithm
|
H A D | list_item_group_layout_algorithm.cpp | 75 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 D | list_layout_algorithm.cpp | 160 … CalculateLanes(listLayoutProperty, layoutConstraint, contentIdealSize.CrossSize(axis_), axis_); in Measure()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | render_list.h | 363 void CalculateLanes();
|
H A D | render_list.cpp | 380 void RenderList::CalculateLanes() in CalculateLanes() function in OHOS::Ace::V2::RenderList 630 CalculateLanes(); in PerformLayout()
|