summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2009-09-04 14:21:19 -0700
committerDianne Hackborn <hackbod@google.com>2009-09-04 14:28:42 -0700
commit25994b4306a256b88d79159106834c9f114e6943 (patch)
treebd6189443ff082f07761f5ace7ad013eba66da86 /api
parent107039f94888fce212e0965b74971727d2b01b82 (diff)
downloadframeworks_base-25994b4306a256b88d79159106834c9f114e6943.zip
frameworks_base-25994b4306a256b88d79159106834c9f114e6943.tar.gz
frameworks_base-25994b4306a256b88d79159106834c9f114e6943.tar.bz2
Wallpapers: new transitions, hiding when not visible, other cleanup.
This is work on the transitions with wallpapers. There are now new animations specifically for leaving the wallpaper and returning to it, which allow us to have a consistent animation when entering home and returning to it. I also renamed the existing animations across wallpapers, and cleaned up some junk in the various interpolators. This also now hides the wallpaper surface when it is not visible, to get rid of the wallpaper flickers people complained about albeit in a somewhat brutal way. :) (Though really returning us to the previous behavior with the same previous bugs and name back to them not being very visible, yay!) There is are also some bug fixes here and there about managing the wallpaper visibility that this change revealed. Change-Id: I913990a9a81651728122ed2e1101b75ed2c36fcb
Diffstat (limited to 'api')
-rw-r--r--api/current.xml58
1 files changed, 51 insertions, 7 deletions
diff --git a/api/current.xml b/api/current.xml
index 438acaa..a122bd9d 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -4699,7 +4699,7 @@
type="int"
transient="false"
volatile="false"
- value="16843416"
+ value="16843420"
static="true"
final="true"
deprecated="not deprecated"
@@ -6492,7 +6492,7 @@
type="int"
transient="false"
volatile="false"
- value="16843417"
+ value="16843421"
static="true"
final="true"
deprecated="not deprecated"
@@ -7526,7 +7526,7 @@
type="int"
transient="false"
volatile="false"
- value="16843415"
+ value="16843419"
static="true"
final="true"
deprecated="not deprecated"
@@ -8611,7 +8611,7 @@
visibility="public"
>
</field>
-<field name="wallpaperActivityCloseEnterAnimation"
+<field name="wallpaperCloseEnterAnimation"
type="int"
transient="false"
volatile="false"
@@ -8622,7 +8622,7 @@
visibility="public"
>
</field>
-<field name="wallpaperActivityCloseExitAnimation"
+<field name="wallpaperCloseExitAnimation"
type="int"
transient="false"
volatile="false"
@@ -8633,7 +8633,51 @@
visibility="public"
>
</field>
-<field name="wallpaperActivityOpenEnterAnimation"
+<field name="wallpaperIntraCloseEnterAnimation"
+ type="int"
+ transient="false"
+ volatile="false"
+ value="16843417"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
+<field name="wallpaperIntraCloseExitAnimation"
+ type="int"
+ transient="false"
+ volatile="false"
+ value="16843418"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
+<field name="wallpaperIntraOpenEnterAnimation"
+ type="int"
+ transient="false"
+ volatile="false"
+ value="16843415"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
+<field name="wallpaperIntraOpenExitAnimation"
+ type="int"
+ transient="false"
+ volatile="false"
+ value="16843416"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
+<field name="wallpaperOpenEnterAnimation"
type="int"
transient="false"
volatile="false"
@@ -8644,7 +8688,7 @@
visibility="public"
>
</field>
-<field name="wallpaperActivityOpenExitAnimation"
+<field name="wallpaperOpenExitAnimation"
type="int"
transient="false"
volatile="false"