Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/view/
DBaseIWindow.java96 mSession.wallpaperCommandComplete(asBinder(), null); in dispatchWallpaperCommand()
/frameworks/base/core/java/android/view/
DIWindowSession.aidl191 void wallpaperCommandComplete(IBinder window, in Bundle result); in wallpaperCommandComplete() method
DViewRootImpl.java6792 mWindowSession.wallpaperCommandComplete(asBinder(), null); in dispatchWallpaperCommand()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeWindowSession.java189 public void wallpaperCommandComplete(IBinder window, Bundle result) { in wallpaperCommandComplete() method in BridgeWindowSession
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java446 public void wallpaperCommandComplete(IBinder window, Bundle result) { in wallpaperCommandComplete() method in Session
447 mService.wallpaperCommandComplete(window, result); in wallpaperCommandComplete()
DWindowManagerService.java3013 void wallpaperCommandComplete(IBinder window, Bundle result) { in wallpaperCommandComplete() method
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java985 mSession.wallpaperCommandComplete(mWindow.asBinder(), result); in doCommand()