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 D | grid_scroll_with_options_layout_algorithm.h | 39 void AdjustRowColSpan(
|
H A D | grid_scroll_layout_algorithm.cpp | 730 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 D | grid_scroll_layout_algorithm.h | 144 virtual void AdjustRowColSpan(
|
H A D | grid_scroll_with_options_layout_algorithm.cpp | 32 void GridScrollWithOptionsLayoutAlgorithm::AdjustRowColSpan( in AdjustRowColSpan() function in OHOS::Ace::NG::GridScrollWithOptionsLayoutAlgorithm
|