Home
last modified time | relevance | path

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 Dlist_lanes_layout_algorithm.cpp442 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 Dlist_lanes_layout_algorithm.h77 void LayoutCachedALine(LayoutWrapper* layoutWrapper, std::pair<const int, ListItemInfo>& pos,
H A Dlist_layout_algorithm.h497 …bool LayoutCachedALine(LayoutWrapper* layoutWrapper, int32_t index, bool forward, float &currPos, …
H A Dlist_layout_algorithm.cpp1812 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()