Home
last modified time | relevance | path

Searched refs:CalculateLineIndexForLargeItem (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.h148 …int32_t CalculateLineIndexForLargeItem(std::map<int32_t, std::map<int32_t, int32_t>>::iterator gri…
H A Dgrid_scroll_layout_algorithm.cpp1452 …lineIndex = CalculateLineIndexForLargeItem(gridMatrixIter, currentIndex, lineIndex, layoutWrapper); in LargeItemForwardLineHeight()
1456 int32_t GridScrollLayoutAlgorithm::CalculateLineIndexForLargeItem( in CalculateLineIndexForLargeItem() function in OHOS::Ace::NG::GridScrollLayoutAlgorithm