OSDN Git Service

More work on wallpapers.
authorDianne Hackborn <hackbod@google.com>
Fri, 14 Aug 2009 18:37:52 +0000 (11:37 -0700)
committerDianne Hackborn <hackbod@google.com>
Mon, 17 Aug 2009 17:42:59 +0000 (10:42 -0700)
commit7341d7a104b47996445d069a695e155a07184606
tree1be8efee3847179fbb0ed4d556be029ad23f5832
parent56e7ba2928bce62283a62ad1c9d9f1ec7b54c24c
More work on wallpapers.

- Do better about figuring out when to stop them and other related window
  management.
- Fix problem where we were not redrawing the surface when the orientation
  changed.  This was the cause of the device hang.
api/current.xml
core/java/android/app/WallpaperManager.java
core/java/android/content/res/Resources.java
core/java/android/service/wallpaper/WallpaperService.java
core/java/com/android/internal/service/wallpaper/ImageWallpaper.java
graphics/java/android/graphics/BitmapFactory.java
graphics/java/android/graphics/drawable/Drawable.java
services/java/com/android/server/WallpaperManagerService.java
services/java/com/android/server/WindowManagerService.java