diff options
author | Dianne Hackborn <hackbod@google.com> | 2010-03-26 00:44:29 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2010-03-26 12:52:53 -0700 |
commit | d49258fed489bcd72a2b2a6ce3a3c38d4b2531e6 (patch) | |
tree | fdb02af6a4750fa8795a57f9aaec67660cffedba /api | |
parent | fc6d1ba930111ef7a51d91908f489ca9469fc572 (diff) | |
download | frameworks_base-d49258fed489bcd72a2b2a6ce3a3c38d4b2531e6.zip frameworks_base-d49258fed489bcd72a2b2a6ce3a3c38d4b2531e6.tar.gz frameworks_base-d49258fed489bcd72a2b2a6ce3a3c38d4b2531e6.tar.bz2 |
Fix issue #2544466: Car Home brightness icon comes and goes while phone is in car dock in FRE83
There was a really dumb bug that was causing us to not always apply
the new configuration. As a result of fixing this, there were new
glithes in the transition between car and regular mode, so further
work here to fix that. And since I was actually working during the
night and seeing night mode, I noticed how obnoxiously bright the
status bar is compared to the car home at night, so it now nicely
dims itself when we switch to the night config. Oh and in doing
that I also found and fixed a bug in dispatching config changes to
a window (where they wouldn't get dispatched if the window didn't
resize).
FINALLY... tweak the wallpaper enter/exit animations a bit to
make them a little smoother.
Change-Id: I4e062093cbcfbc919307799a794846db2920216f
Diffstat (limited to 'api')
-rw-r--r-- | api/current.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml index 92123f8..1ac6812 100644 --- a/api/current.xml +++ b/api/current.xml @@ -25508,6 +25508,8 @@ deprecated="not deprecated" visibility="public" > +<parameter name="flags" type="int"> +</parameter> </method> <method name="getCurrentModeType" return="int" @@ -25584,6 +25586,17 @@ visibility="public" > </field> +<field name="DISABLE_CAR_MODE_GO_HOME" + type="int" + transient="false" + volatile="false" + value="1" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="MODE_NIGHT_AUTO" type="int" transient="false" |