Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DTaskGridNavHelper.java45 private IntArray mBottomRowIds; field in TaskGridNavHelper
81 mBottomRowIds = bottomRowIdArray; in generateTaskViewIdGrid()
91 : mBottomRowIds.indexOf(currentPageTaskViewId); in getNextGridPage()
92 int maxSize = Math.max(mTopRowIds.size(), mBottomRowIds.size()); in getNextGridPage()
98 return inTop ? mBottomRowIds.get(index) : mTopRowIds.get(index); in getNextGridPage()
103 : mBottomRowIds.get(boundedIndex); in getNextGridPage()
111 : mBottomRowIds.get(boundedIndex); in getNextGridPage()
118 return inTop && mTopRowIds.get(index) != mBottomRowIds.get(index) in getNextGridPage()
119 ? mBottomRowIds.get(index) in getNextGridPage()
123 return mBottomRowIds.get(boundedIndex); in getNextGridPage()
[all …]