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.aidl189 void wallpaperCommandComplete(IBinder window, in Bundle result); in wallpaperCommandComplete() method
DViewRootImpl.java6593 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.java445 public void wallpaperCommandComplete(IBinder window, Bundle result) { in wallpaperCommandComplete() method in Session
446 mService.wallpaperCommandComplete(window, result); in wallpaperCommandComplete()
DWindowManagerService.java2896 void wallpaperCommandComplete(IBinder window, Bundle result) { in wallpaperCommandComplete() method
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java986 mSession.wallpaperCommandComplete(mWindow.asBinder(), result); in doCommand()