Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DTaskGridNavHelper.java44 private IntArray mTopRowIds; field in TaskGridNavHelper
80 mTopRowIds = topRowIdArray; in generateTaskViewIdGrid()
89 boolean inTop = mTopRowIds.contains(currentPageTaskViewId); in getNextGridPage()
90 int index = inTop ? mTopRowIds.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()
102 return inTop ? mTopRowIds.get(boundedIndex) in getNextGridPage()
110 return inOriginalTop ? mTopRowIds.get(boundedIndex) in getNextGridPage()
118 return inTop && mTopRowIds.get(index) != mBottomRowIds.get(index) in getNextGridPage()
120 : mTopRowIds.get(boundedIndex); in getNextGridPage()
[all …]