OSDN Git Service

Add wallpaper transition animations.
authorDianne Hackborn <hackbod@google.com>
Wed, 19 Aug 2009 19:39:43 +0000 (12:39 -0700)
committerDianne Hackborn <hackbod@google.com>
Thu, 20 Aug 2009 00:45:56 +0000 (17:45 -0700)
commitf8fbdb6b920562473dc47046924ac8ffed0b8daf
tree24caa0567a13d5f7d3b6691c30a2edcfaf0029d6
parent7773e87178ba4978184198d83aa68498887a878f
Add wallpaper transition animations.

The window manager now detects when a transition between two
wallpaper activities is happening, and switches to a new set
of animations for that.  The animations I defined here are just
an arbitrary something that can work in this case.
api/current.xml
core/java/android/view/WindowManagerPolicy.java
core/res/res/anim/wallpaper_activity_close_enter.xml [new file with mode: 0644]
core/res/res/anim/wallpaper_activity_close_exit.xml [new file with mode: 0644]
core/res/res/anim/wallpaper_activity_open_enter.xml [new file with mode: 0644]
core/res/res/anim/wallpaper_activity_open_exit.xml [new file with mode: 0644]
core/res/res/values/attrs.xml
core/res/res/values/public.xml
core/res/res/values/styles.xml
services/java/com/android/server/WindowManagerService.java