OSDN Git Service

Minor tweak to enter/exit animation for the home activity.
authorWinson <winsonc@google.com>
Wed, 3 Feb 2016 02:07:00 +0000 (18:07 -0800)
committerWinson <winsonc@google.com>
Fri, 5 Feb 2016 01:33:26 +0000 (17:33 -0800)
commit40a227337712a881cca4d7dd04323380287b9e40
treefe84772fd9d19a7b82d2f2fe436bf6e8e61c147e
parent823441a74b7983384399bd86a75f1f2ea615d34f
Minor tweak to enter/exit animation for the home activity.

- Fixing issue where the animation props was not applied to the progress
  and callback animations correctly
- Ensuring that all tasks animate the same distance on enter/exit, and
  not just to the edge of the screen
- Removing unused styles and animation resources

Change-Id: I88bd0f79f386304373fe63b49e92f02eeb882e55
21 files changed:
packages/SystemUI/res/anim/recents_from_app_enter.xml [deleted file]
packages/SystemUI/res/anim/recents_from_app_exit.xml [deleted file]
packages/SystemUI/res/anim/recents_from_launcher_enter.xml
packages/SystemUI/res/anim/recents_from_launcher_exit.xml
packages/SystemUI/res/anim/recents_from_search_launcher_exit.xml
packages/SystemUI/res/anim/recents_launch_from_launcher_enter.xml [deleted file]
packages/SystemUI/res/anim/recents_return_to_launcher_exit.xml [deleted file]
packages/SystemUI/res/anim/recents_to_launcher_enter.xml
packages/SystemUI/res/anim/recents_to_launcher_exit.xml
packages/SystemUI/res/anim/recents_to_search_launcher_enter.xml
packages/SystemUI/res/anim/recents_to_search_launcher_exit.xml
packages/SystemUI/res/anim/wallpaper_recents_launch_from_launcher_enter.xml [deleted file]
packages/SystemUI/res/anim/wallpaper_recents_launch_from_launcher_exit.xml [deleted file]
packages/SystemUI/res/interpolator/recents_from_launcher_exit_interpolator.xml [moved from packages/SystemUI/res/anim/recents_return_to_launcher_enter.xml with 63% similarity]
packages/SystemUI/res/interpolator/recents_to_launcher_enter_interpolator.xml [moved from packages/SystemUI/res/anim/recents_launch_from_launcher_exit.xml with 57% similarity]
packages/SystemUI/res/values/config.xml
packages/SystemUI/res/values/styles.xml
packages/SystemUI/src/com/android/systemui/recents/RecentsActivity.java
packages/SystemUI/src/com/android/systemui/recents/views/SystemBarScrimViews.java
packages/SystemUI/src/com/android/systemui/recents/views/TaskStackAnimationHelper.java
packages/SystemUI/src/com/android/systemui/recents/views/TaskView.java