OSDN Git Service

Enabling filtering by base intent package.
authorWinson Chung <winsonc@google.com>
Tue, 1 Apr 2014 21:04:48 +0000 (14:04 -0700)
committerWinson Chung <winsonc@google.com>
Tue, 1 Apr 2014 22:31:52 +0000 (15:31 -0700)
commitc6a1623cc48581380b698ae87b43bfafb9c935ba
treec253c7d15941dbbf9b0af66e6d03b2b4e3522d70
parent6f127c9b6c249ca1cd17c07a8476edd0fcc1f04d
Enabling filtering by base intent package.

- Toggling recents now unfilters the current stack before dismissing recents

Change-Id: Id0d240bf16bc32957ee7e5a9882a453044903d29
12 files changed:
packages/SystemUI/res/layout/recents_task_view.xml
packages/SystemUI/src/com/android/systemui/recents/Constants.java
packages/SystemUI/src/com/android/systemui/recents/RecentsActivity.java
packages/SystemUI/src/com/android/systemui/recents/RecentsService.java
packages/SystemUI/src/com/android/systemui/recents/RecentsTaskLoader.java
packages/SystemUI/src/com/android/systemui/recents/Utilities.java
packages/SystemUI/src/com/android/systemui/recents/model/Task.java
packages/SystemUI/src/com/android/systemui/recents/model/TaskStack.java
packages/SystemUI/src/com/android/systemui/recents/views/RecentsView.java
packages/SystemUI/src/com/android/systemui/recents/views/TaskStackView.java
packages/SystemUI/src/com/android/systemui/recents/views/TaskView.java
packages/SystemUI/src/com/android/systemui/recents/views/TaskViewTransform.java