Searched refs:updateWallpaperOffsetLocked (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/wm/
H A DWindowState.java499 mService.updateWallpaperOffsetLocked(this, displayInfo.appWidth, displayInfo.appHeight,
H A DWindowManagerService.java1833 updateWallpaperOffsetLocked(wallpaper, dw, dh, false);
1907 boolean updateWallpaperOffsetLocked(WindowState wallpaperWin, int dw, int dh, method in class:WindowManagerService
1994 void updateWallpaperOffsetLocked(WindowState changingTarget, boolean sync) { method in class:WindowManagerService
2022 if (updateWallpaperOffsetLocked(wallpaper, dw, dh, sync)) {
2081 updateWallpaperOffsetLocked(wallpaper, dw, dh, false);
2600 updateWallpaperOffsetLocked(window, true);
2986 updateWallpaperOffsetLocked(win,

Completed in 47 milliseconds