Home
last modified time | relevance | path

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 Dgrid_scroll_with_options_layout_algorithm.h34 … void LargeItemLineHeight(const RefPtr<LayoutWrapper>& itemWrapper, bool& hasNormalItem) override;
H A Dgrid_scroll_layout_algorithm.cpp644 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 Dgrid_scroll_layout_algorithm.h119 virtual void LargeItemLineHeight(const RefPtr<LayoutWrapper>& itemWrapper, bool& hasNormalItem);
H A Dgrid_scroll_with_options_layout_algorithm.cpp66 void GridScrollWithOptionsLayoutAlgorithm::LargeItemLineHeight( in LargeItemLineHeight() function in OHOS::Ace::NG::GridScrollWithOptionsLayoutAlgorithm