Searched refs:oldW (Results 1 – 1 of 1) sorted by relevance
1804 WindowState oldW = mWallpaperTarget; in adjustWallpaperWindowsLocked() local1810 if (foundW != null && oldW != null) { in adjustWallpaperWindowsLocked()1811 boolean oldAnim = oldW.isAnimatingLw(); in adjustWallpaperWindowsLocked()1818 int oldI = windows.indexOf(oldW); in adjustWallpaperWindowsLocked()1825 + "=" + oldW + "; new#" + foundI in adjustWallpaperWindowsLocked()1834 mWallpaperTarget = oldW; in adjustWallpaperWindowsLocked()1835 foundW = oldW; in adjustWallpaperWindowsLocked()1847 mLowerWallpaperTarget = oldW; in adjustWallpaperWindowsLocked()1848 foundW = oldW; in adjustWallpaperWindowsLocked()1855 mUpperWallpaperTarget = oldW; in adjustWallpaperWindowsLocked()