Home
last modified time | relevance | path

Searched refs:SkipRegularLines (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.h80 void SkipRegularLines(bool forward);
H A Dgrid_scroll_with_options_layout_algorithm.cpp271 return SkipRegularLines(forward); in SkipIrregularLines()
H A Dgrid_scroll_layout_algorithm.cpp1129 SkipRegularLines(true); in SkipForwardLines()
1173 SkipRegularLines(false); in SkipBackwardLines()
1186 void GridScrollLayoutAlgorithm::SkipRegularLines(bool forward) in SkipRegularLines() function in OHOS::Ace::NG::GridScrollLayoutAlgorithm