Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_info.h107 float GetAverageLineHeight() in GetAverageLineHeight() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.cpp150 auto lineHeight = gridLayoutInfo_.GetAverageLineHeight(); in UpdateOffsetOnVirtualKeyboardHeightChange()
1188 auto lineHeight = gridLayoutInfo_.GetAverageLineHeight() + mainGap_; in SkipRegularLines()