OSDN Git Service

Allow for different rects when animating to a single task stack view and a multiple...
authorWinson Chung <winsonc@google.com>
Wed, 9 Apr 2014 21:33:23 +0000 (14:33 -0700)
committerWinson Chung <winsonc@google.com>
Wed, 9 Apr 2014 21:33:23 +0000 (14:33 -0700)
commit0d767551c55d9e594a0b944bd1926c21a344b5ae
tree5a12fe69254281c15329630ba38b3d9696d63d7e
parent6736905dc0e10689f7c63f6da43b31325caf966a
Allow for different rects when animating to a single task stack view and a multiple task stack view.

- Fixing regression in task bar enter animation duration
- Fixing issue with extra long titles in the task bar
- Cleaning up some constants and unused code
packages/SystemUI/res/layout/recents_task_view.xml
packages/SystemUI/res/values/config.xml
packages/SystemUI/src/com/android/systemui/recents/AlternateRecentsComponent.java
packages/SystemUI/src/com/android/systemui/recents/Constants.java
packages/SystemUI/src/com/android/systemui/recents/RecentsConfiguration.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/model/Task.java
packages/SystemUI/src/com/android/systemui/recents/views/TaskStackView.java
packages/SystemUI/src/com/android/systemui/recents/views/TaskView.java