Home | History | Annotate | Download | only in wm

Lines Matching refs:wallpaper

36  * A token that represents a set of wallpaper windows.
56 final WindowState wallpaper = mChildren.get(j);
57 wallpaper.hideWallpaperWindow(wasDeferred, reason);
65 final WindowState wallpaper = mChildren.get(wallpaperNdx);
67 wallpaper.mClient.dispatchWallpaperCommand(action, x, y, z, extras, sync);
68 // We only want to be synchronous with one wallpaper.
78 final WindowState wallpaper = mChildren.get(wallpaperNdx);
79 if (wallpaperController.updateWallpaperOffset(wallpaper, dw, dh, sync)) {
80 final WindowStateAnimator winAnimator = wallpaper.mWinAnimator;
82 // No need to lay out the windows - we can just set the wallpaper position directly.
83 winAnimator.setWallpaperOffset(wallpaper.mShownPosition);
84 // We only want to be synchronous with one wallpaper.
97 // Need to do a layout to ensure the wallpaper now has the correct size.
103 final WindowState wallpaper = mChildren.get(wallpaperNdx);
105 wallpaperController.updateWallpaperOffset(wallpaper, dw, dh, false);
108 wallpaper.dispatchWallpaperVisibility(visible);
126 "Wallpaper token " + token + " hidden=" + !visible);
128 // Need to do a layout to ensure the wallpaper now has the correct size.
137 final WindowState wallpaper = mChildren.get(wallpaperNdx);
140 wallpaperController.updateWallpaperOffset(wallpaper, dw, dh, false);
144 wallpaper.dispatchWallpaperVisibility(visible);
147 + wallpaper + " anim layer: " + wallpaper.mWinAnimator.mAnimLayer);
153 final WindowState wallpaper = mChildren.get(j);
154 if (wallpaper.hasVisibleNotDrawnWallpaper()) {