Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.cpp166 double dtIndex = -offset / estimateAverageHeight_; in CheckJumpToIndex() local
168 if (dtIndex >= 0) { in CheckJumpToIndex()
169 auto idx = static_cast<int32_t>(dtIndex); in CheckJumpToIndex()
177 auto idx = static_cast<int32_t>(-dtIndex); in CheckJumpToIndex()