OSDN Git Service

Add gesture to drag in recents from navigation bar
authorJorim Jaggi <jjaggi@google.com>
Wed, 18 Nov 2015 23:57:38 +0000 (15:57 -0800)
committerJorim Jaggi <jjaggi@google.com>
Thu, 19 Nov 2015 22:10:28 +0000 (14:10 -0800)
commitdd98d41e3a65b3bcb37007ea5b29371cf013f563
treeac41df2a14e9422f43d51dcbc97b344f25bb4695
parent6fbb5c1ca4fc45c2e09450fd8a4ae82bd1fd7b2b
Add gesture to drag in recents from navigation bar

Change-Id: I672ed08f1019835891411b87e2d0de0290defff7
16 files changed:
packages/SystemUI/src/com/android/systemui/RecentsComponent.java
packages/SystemUI/src/com/android/systemui/SystemUIApplication.java
packages/SystemUI/src/com/android/systemui/recents/IRecentsNonSystemUserCallbacks.aidl
packages/SystemUI/src/com/android/systemui/recents/Recents.java
packages/SystemUI/src/com/android/systemui/recents/RecentsImpl.java
packages/SystemUI/src/com/android/systemui/recents/events/EventBus.java
packages/SystemUI/src/com/android/systemui/recents/events/ui/DraggingInRecentsEndedEvent.java [new file with mode: 0644]
packages/SystemUI/src/com/android/systemui/recents/events/ui/DraggingInRecentsEvent.java [new file with mode: 0644]
packages/SystemUI/src/com/android/systemui/recents/views/RecentsView.java
packages/SystemUI/src/com/android/systemui/stackdivider/Divider.java
packages/SystemUI/src/com/android/systemui/stackdivider/DividerSnapAlgorithm.java
packages/SystemUI/src/com/android/systemui/stackdivider/DividerView.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarGestureHelper.java [new file with mode: 0644]
packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarView.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarViewTaskSwitchHelper.java [deleted file]
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java