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

/frameworks/base/services/java/com/android/server/
H A DWindowManagerService.java1502 updateWallpaperOffsetLocked(wallpaper, dw, dh, false);
1576 boolean updateWallpaperOffsetLocked(WindowState wallpaperWin, int dw, int dh, method in class:WindowManagerService
1662 boolean updateWallpaperOffsetLocked(WindowState changingTarget, boolean sync) { method in class:WindowManagerService
1690 if (updateWallpaperOffsetLocked(wallpaper, dw, dh, sync)) {
1723 updateWallpaperOffsetLocked(wallpaper, dw, dh, false);
2216 if (updateWallpaperOffsetLocked(window, true)) {
2487 updateWallpaperOffsetLocked(win, mDisplay.getWidth(),
7149 updateWallpaperOffsetLocked(this, mDisplay.getWidth(),

Completed in 44 milliseconds