Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.h189 bool SkipLargeLineHeightLines(float mainSize);
H A Dgrid_scroll_layout_algorithm.cpp1147 if (!SkipLargeLineHeightLines(mainSize)) { in SkipBackwardLines()
2292 bool GridScrollLayoutAlgorithm::SkipLargeLineHeightLines(float mainSize) in SkipLargeLineHeightLines() function in OHOS::Ace::NG::GridScrollLayoutAlgorithm