Searched refs:wallpaperCommandComplete (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java100 mSession.wallpaperCommandComplete(asBinder(), null);
/frameworks/base/core/java/android/view/
H A DIWindowSession.aidl179 void wallpaperCommandComplete(IBinder window, in Bundle result);
H A DViewRootImpl.java4945 mWindowSession.wallpaperCommandComplete(asBinder(), null);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindowSession.java182 public void wallpaperCommandComplete(IBinder window, Bundle result) { method in class:BridgeWindowSession
/frameworks/base/services/java/com/android/server/wm/
H A DSession.java420 public void wallpaperCommandComplete(IBinder window, Bundle result) { method in class:Session
421 mService.wallpaperCommandComplete(window, result);
H A DWindowManagerService.java2604 void wallpaperCommandComplete(IBinder window, Bundle result) { method in class:WindowManagerService
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java879 mSession.wallpaperCommandComplete(mWindow.asBinder(), result);

Completed in 1700 milliseconds