Add keyboard navigation for all large tiles
Currently large tiles are excluded from adding into collection which is used for keyboard navigation. This cl adds them if desktop windowing tile is enabled. Test: TaskGridNavHelperTest BUG: 361070854 Flag: com.android.launcher3.enable_large_desktop_windowing_tile Change-Id: I63fbb6867c34bbd80df926d750a7a392860b70a0
This commit is contained in:
@@ -4328,9 +4328,8 @@ public abstract class RecentsView<
|
||||
}
|
||||
|
||||
// Init task grid nav helper with top/bottom id arrays.
|
||||
// TODO(b/361070854): Add keyboard navigation for all large tiles.
|
||||
TaskGridNavHelper taskGridNavHelper = new TaskGridNavHelper(getTopRowIdArray(),
|
||||
getBottomRowIdArray(), mFocusedTaskViewId);
|
||||
getBottomRowIdArray(), mUtils.getLargeTaskViewIds(getTaskViews()));
|
||||
|
||||
// Get current page's task view ID.
|
||||
TaskView currentPageTaskView = getCurrentPageTaskView();
|
||||
|
||||
Reference in New Issue
Block a user