Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/util/
DTaskGridNavHelperTest.java19 import static com.android.quickstep.util.TaskGridNavHelper.CLEAR_ALL_PLACEHOLDER_ID;
180 assertEquals("Wrong next page returned.", CLEAR_ALL_PLACEHOLDER_ID, nextGridPage); in equalLengthRows_noFocused_onTop_pressRight_cycleToClearAll()
197 assertEquals("Wrong next page returned.", CLEAR_ALL_PLACEHOLDER_ID, nextGridPage); in equalLengthRows_noFocused_onBottom_pressRight_cycleToClearAll()
214 assertEquals("Wrong next page returned.", CLEAR_ALL_PLACEHOLDER_ID, nextGridPage); in equalLengthRows_noFocused_onTop_lastItem_pressLeft_toClearAll()
231 assertEquals("Wrong next page returned.", CLEAR_ALL_PLACEHOLDER_ID, nextGridPage); in equalLengthRows_noFocused_onBottom_lastItem_pressLeft_toClearAll()
238 int currentPageTaskViewId = CLEAR_ALL_PLACEHOLDER_ID; in equalLengthRows_noFocused_onClearAll_pressLeft_cycleToFirst()
255 int currentPageTaskViewId = CLEAR_ALL_PLACEHOLDER_ID; in equalLengthRows_noFocused_onClearAll_pressRight_toLastInBottom()
337 assertEquals("Wrong next page returned.", CLEAR_ALL_PLACEHOLDER_ID, nextGridPage); in equalLengthRows_withFocused_onFocused_pressRight_cycleToClearAll()
345 int currentPageTaskViewId = CLEAR_ALL_PLACEHOLDER_ID; in equalLengthRows_withFocused_onClearAll_pressLeft_cycleToFocusedTask()
413 int currentPageTaskViewId = CLEAR_ALL_PLACEHOLDER_ID; in longerTopRow_noFocused_atClearAll_pressRight_goToLonger()
[all …]
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DTaskGridNavHelper.java30 public static final int CLEAR_ALL_PLACEHOLDER_ID = -1; field in TaskGridNavHelper
77 topRowIdArray.add(CLEAR_ALL_PLACEHOLDER_ID); in generateTaskViewIdGrid()
78 bottomRowIdArray.add(CLEAR_ALL_PLACEHOLDER_ID); in generateTaskViewIdGrid()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java4227 currentPageTaskViewId = TaskGridNavHelper.CLEAR_ALL_PLACEHOLDER_ID; in getNextPageInternal()
4234 return nextGridPage == TaskGridNavHelper.CLEAR_ALL_PLACEHOLDER_ID in getNextPageInternal()