Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.cpp2304 auto needSkipHeight = totalViewHeight + gridLayoutInfo_.prevOffset_ + mainGap_; in SkipLargeLineHeightLines() local
2305 if (GreatOrEqual(needSkipHeight, -gridLayoutInfo_.currentOffset_)) { in SkipLargeLineHeightLines()
2311 gridLayoutInfo_.currentOffset_ += needSkipHeight; in SkipLargeLineHeightLines()