OSDN Git Service

Initial changes to add task affiliation styling. (Bug 16656169)
authorWinson Chung <winsonc@google.com>
Thu, 7 Aug 2014 00:08:00 +0000 (17:08 -0700)
committerWinson Chung <winsonc@google.com>
Thu, 7 Aug 2014 17:57:25 +0000 (17:57 +0000)
commitec396d6399c5c31d697d81e94aff459e9771b0c6
tree64dcf5b50fb9071079a2c7880a83863a370ba582
parent256e1a62673472d685232d88ad4d067eb82deeac
Initial changes to add task affiliation styling.  (Bug 16656169)

- Fixing issue with launch-in-background animation
15 files changed:
core/java/android/app/ActivityManager.java
core/res/res/anim/launch_task_behind_source.xml
packages/SystemUI/res/layout/recents_task_view.xml
packages/SystemUI/res/values/dimens.xml
packages/SystemUI/src/com/android/systemui/recents/RecentsConfiguration.java
packages/SystemUI/src/com/android/systemui/recents/model/RecentsTaskLoader.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/TaskStackView.java
packages/SystemUI/src/com/android/systemui/recents/views/TaskView.java
packages/SystemUI/src/com/android/systemui/recents/views/TaskViewFooter.java [moved from packages/SystemUI/src/com/android/systemui/recents/views/TaskFooterView.java with 91% similarity]
packages/SystemUI/src/com/android/systemui/recents/views/TaskViewHeader.java [moved from packages/SystemUI/src/com/android/systemui/recents/views/TaskBarView.java with 96% similarity]
packages/SystemUI/src/com/android/systemui/recents/views/TaskViewThumbnail.java [moved from packages/SystemUI/src/com/android/systemui/recents/views/TaskThumbnailView.java with 90% similarity]
services/core/java/com/android/server/am/ActivityManagerService.java
services/core/java/com/android/server/am/TaskRecord.java