diff options
author | Dianne Hackborn <hackbod@google.com> | 2009-08-19 12:39:43 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2009-08-19 17:45:56 -0700 |
commit | f8fbdb6b920562473dc47046924ac8ffed0b8daf (patch) | |
tree | 24caa0567a13d5f7d3b6691c30a2edcfaf0029d6 /api | |
parent | 7773e87178ba4978184198d83aa68498887a878f (diff) | |
download | frameworks_base-f8fbdb6b920562473dc47046924ac8ffed0b8daf.zip frameworks_base-f8fbdb6b920562473dc47046924ac8ffed0b8daf.tar.gz frameworks_base-f8fbdb6b920562473dc47046924ac8ffed0b8daf.tar.bz2 |
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.
Diffstat (limited to 'api')
-rw-r--r-- | api/current.xml | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml index ec76edb..d905f24 100644 --- a/api/current.xml +++ b/api/current.xml @@ -8567,6 +8567,50 @@ visibility="public" > </field> +<field name="wallpaperActivityCloseEnterAnimation" + type="int" + transient="false" + volatile="false" + value="16843412" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="wallpaperActivityCloseExitAnimation" + type="int" + transient="false" + volatile="false" + value="16843413" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="wallpaperActivityOpenEnterAnimation" + type="int" + transient="false" + volatile="false" + value="16843410" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="wallpaperActivityOpenExitAnimation" + type="int" + transient="false" + volatile="false" + value="16843411" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="webViewStyle" type="int" transient="false" @@ -12087,6 +12131,17 @@ visibility="public" > </field> +<field name="Animation_InputMethod" + type="int" + transient="false" + volatile="false" + value="16973910" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="Animation_Toast" type="int" transient="false" |