diff options
author | Android (Google) Code Review <android-gerrit@google.com> | 2009-08-19 18:35:53 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2009-08-19 18:35:53 -0700 |
commit | 789de3a824003759c369e0f7c74520ef322d0504 (patch) | |
tree | 0f100a7d8ca282aeeb8c0c24432dde416f22ca44 /api | |
parent | 34484ae7088beb9c64bdcf7a4670e80ac65ec31f (diff) | |
parent | f8fbdb6b920562473dc47046924ac8ffed0b8daf (diff) | |
download | frameworks_base-789de3a824003759c369e0f7c74520ef322d0504.zip frameworks_base-789de3a824003759c369e0f7c74520ef322d0504.tar.gz frameworks_base-789de3a824003759c369e0f7c74520ef322d0504.tar.bz2 |
Merge change 22003 into eclair
* changes:
Add wallpaper transition animations.
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" |