]> git.saurik.com Git - android/aapt.git/commit
Refactor car mode.
authorDianne Hackborn <hackbod@google.com>
Fri, 5 Mar 2010 02:41:49 +0000 (18:41 -0800)
committerDianne Hackborn <hackbod@google.com>
Fri, 5 Mar 2010 18:57:47 +0000 (10:57 -0800)
commite3c6837d5afb19f648acbd2e5e3ac0b885a1bf6a
tree83d231190f50ba9f8a239cfb588cfd43eaa5bc41
parent4fd67e1daa2d896637d9236e81da77dccaab844e
Refactor car mode.

Extract all UI behavior from dock observer and ACTION_DOCK_EVENT.

Also introduce a desk type to go along with the car type all through
the resource system, since we now need to have corresponding high-level
broadcasts for desk dock mode.  As part of that I also reworked some
of the logic for switching modes to all funnel through a single
update() call that looks all of the current state to decide what to
do next, and fixed various locking issues.

In addition I found there were bugs in the configuration change
handling causing us to only switch into the car mode config and
then never get out of it.  Unfortunately now that we are actually
changing the configuration for each mode change, the transitions
between them are really crummy as we restart all kinds of
activities. :(
AaptAssets.cpp