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.java101 int boundedIndex = cycle ? nextIndex % maxSize : Math.min(nextIndex, maxSize - 1); in getNextGridPage() local
102 return inTop ? mTopRowIds.get(boundedIndex) in getNextGridPage()
103 : mBottomRowIds.get(boundedIndex); in getNextGridPage()
106 int boundedIndex = in getNextGridPage() local
110 return inOriginalTop ? mTopRowIds.get(boundedIndex) in getNextGridPage()
111 : mBottomRowIds.get(boundedIndex); in getNextGridPage()
114 int boundedIndex = in getNextGridPage() local
120 : mTopRowIds.get(boundedIndex); in getNextGridPage()
123 return mBottomRowIds.get(boundedIndex); in getNextGridPage()
128 : mBottomRowIds.get(boundedIndex); in getNextGridPage()