Searched refs:LargeItemLineHeight (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 | 34 … void LargeItemLineHeight(const RefPtr<LayoutWrapper>& itemWrapper, bool& hasNormalItem) override;
|
H A D | grid_scroll_layout_algorithm.cpp | 644 LargeItemLineHeight(itemWrapper, hasNormalItem); in FillBlankAtEnd() 771 void GridScrollLayoutAlgorithm::LargeItemLineHeight(const RefPtr<LayoutWrapper>& itemWrapper, bool&… in LargeItemLineHeight() function in OHOS::Ace::NG::GridScrollLayoutAlgorithm 1050 LargeItemLineHeight(item, hasNormalItem); in MeasureExistingLine() 1264 LargeItemLineHeight(itemWrapper, hasNormalItem); in FillNewLineForward() 1410 LargeItemLineHeight(itemWrapper, hasNormalItem); in FillNewLineBackward() 1438 LargeItemLineHeight(itemWrapper, hasNormalItem); in LargeItemNextLineHeight() 1510 LargeItemLineHeight(itemWrapper, hasNormalItem); in CalculateLineHeightForLargeItem() 1889 LargeItemLineHeight(itemWrapper, hasNormalItem); in FillNewCacheLineBackward() 1940 LargeItemLineHeight(itemWrapper, hasNormalItem); in FillNewCacheLineBackward()
|
H A D | grid_scroll_layout_algorithm.h | 119 virtual void LargeItemLineHeight(const RefPtr<LayoutWrapper>& itemWrapper, bool& hasNormalItem);
|
H A D | grid_scroll_with_options_layout_algorithm.cpp | 66 void GridScrollWithOptionsLayoutAlgorithm::LargeItemLineHeight( in LargeItemLineHeight() function in OHOS::Ace::NG::GridScrollWithOptionsLayoutAlgorithm
|