Searched refs:updateWallpaperOffsetLocked (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowManagerService.java | 2072 updateWallpaperOffsetLocked(wallpaper, dw, dh, false); in adjustWallpaperWindowsLocked() 2147 boolean updateWallpaperOffsetLocked(WindowState wallpaperWin, int dw, int dh, in updateWallpaperOffsetLocked() method 2240 void updateWallpaperOffsetLocked(WindowState changingTarget, boolean sync) { in updateWallpaperOffsetLocked() method 2287 if (updateWallpaperOffsetLocked(wallpaper, dw, dh, sync)) { in updateWallpaperOffsetLocked() 2344 updateWallpaperOffsetLocked(wallpaper, dw, dh, false); in updateWallpaperVisibilityLocked() 3009 updateWallpaperOffsetLocked(window, true); in setWindowWallpaperPositionLocked() 3027 updateWallpaperOffsetLocked(window, true); in setWindowWallpaperDisplayOffsetLocked() 3370 updateWallpaperOffsetLocked(win, in relayoutWindow()
|
D | WindowState.java | 710 mService.updateWallpaperOffsetLocked(this, in computeFrameLw()
|