Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/util/
DTaskGridNavHelperTest.java32 IntArray topIds = IntArray.wrap(1, 3, 5); in equalLengthRows_noFocused_onTop_pressDown_goesToBottom() local
39 new TaskGridNavHelper(topIds, bottomIds, INVALID_FOCUSED_TASK_ID); in equalLengthRows_noFocused_onTop_pressDown_goesToBottom()
49 IntArray topIds = IntArray.wrap(1, 3, 5); in equalLengthRows_noFocused_onTop_pressUp_goesToBottom() local
56 new TaskGridNavHelper(topIds, bottomIds, INVALID_FOCUSED_TASK_ID); in equalLengthRows_noFocused_onTop_pressUp_goesToBottom()
66 IntArray topIds = IntArray.wrap(1, 3, 5); in equalLengthRows_noFocused_onBottom_pressDown_goesToTop() local
73 new TaskGridNavHelper(topIds, bottomIds, INVALID_FOCUSED_TASK_ID); in equalLengthRows_noFocused_onBottom_pressDown_goesToTop()
83 IntArray topIds = IntArray.wrap(1, 3, 5); in equalLengthRows_noFocused_onBottom_pressUp_goesToTop() local
90 new TaskGridNavHelper(topIds, bottomIds, INVALID_FOCUSED_TASK_ID); in equalLengthRows_noFocused_onBottom_pressUp_goesToTop()
100 IntArray topIds = IntArray.wrap(1, 3, 5); 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
50 mOriginalTopRowIds = topIds.clone(); in TaskGridNavHelper()
51 generateTaskViewIdGrid(topIds, bottomIds); in TaskGridNavHelper()