OSDN Git Service

Add arrow key navigation support to Grid-based Recents.
authorJiaquan He <hejq@google.com>
Wed, 11 Jan 2017 22:47:00 +0000 (14:47 -0800)
committerJiaquan He <hejq@google.com>
Wed, 18 Jan 2017 22:17:54 +0000 (14:17 -0800)
commitc0e181394431fb13420f7bd0415231075cb1b469
tree2d77a3f63c1fb5a8c3d87834b2afd0532a1e6068
parent2a147464f62d7cbe7e550c0b17ddcc9a82393891
Add arrow key navigation support to Grid-based Recents.

Test: Checked that arrow key navigation works in Recents on local
sw600dp devices. Also checked that Recents works properly on phones.
Bug: 32101881

Change-Id: I8ece3fc4c9ae82916efcbbde72d40805e43cc70d
packages/SystemUI/src/com/android/systemui/recents/RecentsActivity.java
packages/SystemUI/src/com/android/systemui/recents/events/ui/focus/NavigateTaskViewEvent.java [new file with mode: 0644]
packages/SystemUI/src/com/android/systemui/recents/views/TaskStackView.java
packages/SystemUI/src/com/android/systemui/recents/views/grid/TaskGridLayoutAlgorithm.java