Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/util/
DTaskGridNavHelperTest.java33 IntArray bottomIds = IntArray.wrap(2, 4, 6); in equalLengthRows_noFocused_onTop_pressDown_goesToBottom() local
39 new TaskGridNavHelper(topIds, bottomIds, INVALID_FOCUSED_TASK_ID); in equalLengthRows_noFocused_onTop_pressDown_goesToBottom()
50 IntArray bottomIds = IntArray.wrap(2, 4, 6); in equalLengthRows_noFocused_onTop_pressUp_goesToBottom() local
56 new TaskGridNavHelper(topIds, bottomIds, INVALID_FOCUSED_TASK_ID); in equalLengthRows_noFocused_onTop_pressUp_goesToBottom()
67 IntArray bottomIds = IntArray.wrap(2, 4, 6); in equalLengthRows_noFocused_onBottom_pressDown_goesToTop() local
73 new TaskGridNavHelper(topIds, bottomIds, INVALID_FOCUSED_TASK_ID); in equalLengthRows_noFocused_onBottom_pressDown_goesToTop()
84 IntArray bottomIds = IntArray.wrap(2, 4, 6); in equalLengthRows_noFocused_onBottom_pressUp_goesToTop() local
90 new TaskGridNavHelper(topIds, bottomIds, INVALID_FOCUSED_TASK_ID); in equalLengthRows_noFocused_onBottom_pressUp_goesToTop()
101 IntArray bottomIds = IntArray.wrap(2, 4, 6); in equalLengthRows_noFocused_onTop_pressLeft_goesLeft() local
107 new TaskGridNavHelper(topIds, bottomIds, INVALID_FOCUSED_TASK_ID); in equalLengthRows_noFocused_onTop_pressLeft_goesLeft()
[all …]
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DTaskGridNavHelper.java48 public TaskGridNavHelper(IntArray topIds, IntArray bottomIds, int focusedTaskId) { in TaskGridNavHelper() argument
51 generateTaskViewIdGrid(topIds, bottomIds); in TaskGridNavHelper()