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.kt20 import com.android.quickstep.util.TaskGridNavHelper.Companion.CLEAR_ALL_PLACEHOLDER_ID
122 .isEqualTo(CLEAR_ALL_PLACEHOLDER_ID) in equalLengthRows_noFocused_onTop_pressRight_cycleToClearAll()
135 .isEqualTo(CLEAR_ALL_PLACEHOLDER_ID) in equalLengthRows_noFocused_onBottom_pressRight_cycleToClearAll()
147 .isEqualTo(CLEAR_ALL_PLACEHOLDER_ID) in equalLengthRows_noFocused_onTop_lastItem_pressLeft_toClearAll()
159 .isEqualTo(CLEAR_ALL_PLACEHOLDER_ID) in equalLengthRows_noFocused_onBottom_lastItem_pressLeft_toClearAll()
173 getNextGridPage(currentPageTaskViewId = CLEAR_ALL_PLACEHOLDER_ID, LEFT, delta = 1) in equalLengthRows_noFocused_onClearAll_pressLeft_cycleToFirst()
187 getNextGridPage(currentPageTaskViewId = CLEAR_ALL_PLACEHOLDER_ID, RIGHT, delta = -1) in equalLengthRows_noFocused_onClearAll_pressRight_toLastInBottom()
269 .isEqualTo(CLEAR_ALL_PLACEHOLDER_ID) in equalLengthRows_withFocused_onFocused_pressRight_cycleToClearAll()
285 currentPageTaskViewId = CLEAR_ALL_PLACEHOLDER_ID, in equalLengthRows_withFocused_onClearAll_pressLeft_cycleToFocusedTask()
360 /* topIds = */ currentPageTaskViewId = CLEAR_ALL_PLACEHOLDER_ID, in longerTopRow_noFocused_atClearAll_pressRight_goToLonger()
[all …]
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DTaskGridNavHelper.kt50 topRowIds += CLEAR_ALL_PLACEHOLDER_ID
51 bottomRowIds += CLEAR_ALL_PLACEHOLDER_ID
156 const val CLEAR_ALL_PLACEHOLDER_ID: Int = -1 constant
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java4665 currentPageTaskViewId = TaskGridNavHelper.CLEAR_ALL_PLACEHOLDER_ID; in getNextPageInternal()
4674 if (nextGridPage == TaskGridNavHelper.CLEAR_ALL_PLACEHOLDER_ID) { in getNextPageInternal()