Home
last modified time | relevance | path

Searched refs:IsEndLineInScreenWithGap (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.h155 bool IsEndLineInScreenWithGap(int32_t targetLine, float totalViewHeight, float mainSize) const;
H A Dgrid_scroll_layout_algorithm.cpp882 bool GridScrollLayoutAlgorithm::IsEndLineInScreenWithGap( in IsEndLineInScreenWithGap() function in OHOS::Ace::NG::GridScrollLayoutAlgorithm
904 if (IsEndLineInScreenWithGap(startLine, totalViewHeight, mainSize)) { in ScrollToIndexAuto()