Searched refs:nextGridPage (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/util/ |
D | TaskGridNavHelperTest.java | 41 int nextGridPage = in equalLengthRows_noFocused_onTop_pressDown_goesToBottom() local 44 assertEquals("Wrong next page returned.", 2, nextGridPage); in equalLengthRows_noFocused_onTop_pressDown_goesToBottom() 58 int nextGridPage = in equalLengthRows_noFocused_onTop_pressUp_goesToBottom() local 61 assertEquals("Wrong next page returned.", 2, nextGridPage); in equalLengthRows_noFocused_onTop_pressUp_goesToBottom() 75 int nextGridPage = in equalLengthRows_noFocused_onBottom_pressDown_goesToTop() local 78 assertEquals("Wrong next page returned.", 1, nextGridPage); in equalLengthRows_noFocused_onBottom_pressDown_goesToTop() 92 int nextGridPage = in equalLengthRows_noFocused_onBottom_pressUp_goesToTop() local 95 assertEquals("Wrong next page returned.", 1, nextGridPage); in equalLengthRows_noFocused_onBottom_pressUp_goesToTop() 109 int nextGridPage = in equalLengthRows_noFocused_onTop_pressLeft_goesLeft() local 112 assertEquals("Wrong next page returned.", 3, nextGridPage); in equalLengthRows_noFocused_onTop_pressLeft_goesLeft() [all …]
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | RecentsView.java | 4232 int nextGridPage = in getNextPageInternal() local 4234 return nextGridPage == TaskGridNavHelper.CLEAR_ALL_PLACEHOLDER_ID in getNextPageInternal() 4236 : indexOfChild(getTaskViewFromTaskViewId(nextGridPage)); in getNextPageInternal()
|