Searched refs:foundW (Results 1 – 1 of 1) sorted by relevance
1610 WindowState foundW = null; in adjustWallpaperWindowsLocked() local1642 foundW = w; in adjustWallpaperWindowsLocked()1658 if (foundW == null && windowDetachedI >= 0) { in adjustWallpaperWindowsLocked()1661 foundW = w; in adjustWallpaperWindowsLocked()1665 if (mWallpaperTarget != foundW in adjustWallpaperWindowsLocked()1666 && (mLowerWallpaperTarget == null || mLowerWallpaperTarget != foundW)) { in adjustWallpaperWindowsLocked()1668 Slog.v(TAG, "New wallpaper target: " + foundW in adjustWallpaperWindowsLocked()1676 mWallpaperTarget = foundW; in adjustWallpaperWindowsLocked()1681 if (foundW != null && oldW != null) { in adjustWallpaperWindowsLocked()1683 boolean foundAnim = foundW.isAnimatingLw(); in adjustWallpaperWindowsLocked()[all …]