Files
frameworks_base/core/java/android/view
Daniel Sandler 7d276c377c New Android Dreams architecture, disabled for now.
Rather than normal Activities (which have a host of problems
when used for this purpose), screen savers are now a
special kind of Service that can add views to its own
special window (TYPE_DREAM, in the SCREENSAVER layer).

Dreams are now launched by the power manager; whenever it is
about to turn the screen off, it asks the window manager if
it wants to run a screen saver instead. (http://b/5677408)

Also, the new config_enableDreams bool allows the entire
feature to be switched on or off in one place. It is
currently switched off (and the APIs are all @hidden).

Change-Id: Idfe9d430568471d15f4b463cb70586a899a331f7
2012-04-09 15:33:26 -04:00
..
2012-03-23 14:13:13 -07:00
2011-07-21 18:38:40 -07:00
2012-03-02 13:37:47 -08:00
2012-03-09 17:32:16 -08:00
2012-04-02 15:19:45 -07:00