OSDN Git Service

Fix ACTION_CANCEL handling in status bar.
authorJeff Brown <jeffbrown@google.com>
Mon, 12 Sep 2011 21:12:17 +0000 (14:12 -0700)
committerJeff Brown <jeffbrown@google.com>
Mon, 12 Sep 2011 21:12:17 +0000 (14:12 -0700)
commit68ebcdf3fd8b98fe35ec3e0b2e91fd254fcd807f
treef22373b1bf041bbcd5235b5ce5cb0278c07dcdcc
parent6515f50d0c759cfff163aaf7f42a970019d93923
Fix ACTION_CANCEL handling in status bar.
Bug: 5198231

Widgets always need to handle ACTION_CANCEL properly since
it can happen at any time, such as when the screen is turned
off or the screen is rotated, removed or reconfigured.

Change-Id: Ia30b14bb6f68cdde5286b4d72e69130e9fb38732
packages/SystemUI/src/com/android/systemui/SwipeHelper.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java