Home
last modified time | relevance | path

Searched refs:AdjustRowColSpan (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_with_options_layout_algorithm.h39 void AdjustRowColSpan(
H A Dgrid_scroll_layout_algorithm.cpp730 void GridScrollLayoutAlgorithm::AdjustRowColSpan( in AdjustRowColSpan() function in OHOS::Ace::NG::GridScrollLayoutAlgorithm
773 AdjustRowColSpan(itemWrapper, nullptr, 0); in LargeItemLineHeight()
1042 AdjustRowColSpan(item, wrapper_, idx); in MeasureExistingLine()
1256 AdjustRowColSpan(itemWrapper, layoutWrapper, currentIndex); in FillNewLineForward()
1299 AdjustRowColSpan(itemWrapper, layoutWrapper, firstItem); in AddForwardLines()
1469 AdjustRowColSpan(itemWrapper, layoutWrapper, currentIndex); in CalculateLineIndexForLargeItem()
1581 AdjustRowColSpan(childLayoutWrapper, layoutWrapper, itemIndex); in MeasureNewChild()
1631 AdjustRowColSpan(childLayoutWrapper, layoutWrapper, itemIndex); in MeasureChildPlaced()
1781 AdjustRowColSpan(childLayoutWrapper, layoutWrapper, index); in GetStartingItem()
1797 AdjustRowColSpan(childLayoutWrapper, layoutWrapper, index); in GetStartingItem()
[all …]
H A Dgrid_scroll_layout_algorithm.h144 virtual void AdjustRowColSpan(
H A Dgrid_scroll_with_options_layout_algorithm.cpp32 void GridScrollWithOptionsLayoutAlgorithm::AdjustRowColSpan( in AdjustRowColSpan() function in OHOS::Ace::NG::GridScrollWithOptionsLayoutAlgorithm