OSDN Git Service

Implement feature #2117336: Create event communication APIs for live wallpaper
authorDianne Hackborn <hackbod@google.com>
Wed, 21 Oct 2009 03:15:20 +0000 (20:15 -0700)
committerDianne Hackborn <hackbod@google.com>
Fri, 23 Oct 2009 03:10:53 +0000 (20:10 -0700)
commit7580493b014a2c7ea883cd291255798dc72ebbff
tree22bffa58ac973192ea8b06ea747e1582526c1249
parent86dc4d312216be0b4c2847a1e79d94efaf4b9559
Implement feature #2117336: Create event communication APIs for live wallpaper

Note: currently only implements an async version (no result), and not yet
actually tested.

Change-Id: Id47ed045a4b0eb309ea8c58daf41a0e03eff1d3a
api/current.xml
core/java/android/app/WallpaperManager.java
core/java/android/service/wallpaper/WallpaperService.java
core/java/android/view/IWindow.aidl
core/java/android/view/IWindowSession.aidl
core/java/android/view/ViewRoot.java
core/java/com/android/internal/view/BaseIWindow.java
services/java/com/android/server/WindowManagerService.java
tools/layoutlib/bridge/src/com/android/layoutlib/bridge/Bridge.java