Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DTaskGridNavHelper.kt74 val boundedIndex = in getNextGridPage() constant
76 if (inTop) topRowIds[boundedIndex] else bottomRowIds[boundedIndex] in getNextGridPage()
79 val boundedIndex = in getNextGridPage() constant
83 if (inOriginalTop) topRowIds[boundedIndex] else bottomRowIds[boundedIndex] in getNextGridPage()
86 val boundedIndex = in getNextGridPage() constant
91 else topRowIds[boundedIndex] in getNextGridPage()
94 if (boundedIndex < 0) { in getNextGridPage()
98 bottomRowIds[boundedIndex] in getNextGridPage()
103 else bottomRowIds[boundedIndex] in getNextGridPage()