Searched refs:LayoutCachedALine (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_lanes_layout_algorithm.cpp | 442 void ListLanesLayoutAlgorithm::LayoutCachedALine(LayoutWrapper* layoutWrapper, in LayoutCachedALine() function in OHOS::Ace::NG::ListLanesLayoutAlgorithm 494 LayoutCachedALine(layoutWrapper, pos, startIndex, crossSize); in LayoutCachedALineForward() 543 LayoutCachedALine(layoutWrapper, pos, startIndex, crossSize); in LayoutCachedALineBackward() 633 LayoutCachedALine(layoutWrapper, pos, startIndex, crossSize); in LayoutCachedForward() 686 LayoutCachedALine(layoutWrapper, pos, startIndex, crossSize); in LayoutCachedBackward()
|
H A D | list_lanes_layout_algorithm.h | 77 void LayoutCachedALine(LayoutWrapper* layoutWrapper, std::pair<const int, ListItemInfo>& pos,
|
H A D | list_layout_algorithm.h | 497 …bool LayoutCachedALine(LayoutWrapper* layoutWrapper, int32_t index, bool forward, float &currPos, …
|
H A D | list_layout_algorithm.cpp | 1812 bool ListLayoutAlgorithm::LayoutCachedALine(LayoutWrapper* layoutWrapper, int32_t index, in LayoutCachedALine() function in OHOS::Ace::NG::ListLayoutAlgorithm 1852 if (LayoutCachedALine(layoutWrapper, index, true, currPos, crossSize)) { in LayoutCachedItem() 1861 if (LayoutCachedALine(layoutWrapper, index, false, currPos, crossSize)) { in LayoutCachedItem()
|