Home
last modified time | relevance | path

Searched refs:outOfMatrix (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.cpp2177 bool outOfMatrix = false; in GetResetMode() local
2180 outOfMatrix = !IsIndexInMatrix(updateIdx, startLine); in GetResetMode()
2184 return { !gridLayoutInfo_.hasBigItem_ || outOfMatrix || hasOptions, in GetResetMode()
2185 gridLayoutInfo_.hasBigItem_ && !outOfMatrix && !hasOptions }; in GetResetMode()