Searched refs:updateWallpaperOffsetLocked (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowManagerService.java | 1967 updateWallpaperOffsetLocked(wallpaper, dw, dh, false); in adjustWallpaperWindowsLocked() 2072 boolean updateWallpaperOffsetLocked(WindowState wallpaperWin, int dw, int dh, in updateWallpaperOffsetLocked() method 2165 void updateWallpaperOffsetLocked(WindowState changingTarget, boolean sync) { in updateWallpaperOffsetLocked() method 2206 if (updateWallpaperOffsetLocked(wallpaper, dw, dh, sync)) { in updateWallpaperOffsetLocked() 2263 updateWallpaperOffsetLocked(wallpaper, dw, dh, false); in updateWallpaperVisibilityLocked() 2892 updateWallpaperOffsetLocked(window, true); in setWindowWallpaperPositionLocked() 2910 updateWallpaperOffsetLocked(window, true); in setWindowWallpaperDisplayOffsetLocked() 3269 updateWallpaperOffsetLocked(win, in relayoutWindow()
|
D | WindowState.java | 657 mService.updateWallpaperOffsetLocked(this, in computeFrameLw()
|