Searched refs:foundW (Results 1 – 1 of 1) sorted by relevance
1479 WindowState foundW = null; in adjustWallpaperWindowsLocked() local1513 foundW = w; in adjustWallpaperWindowsLocked()1531 if (foundW == null && windowDetachedI >= 0) { in adjustWallpaperWindowsLocked()1534 foundW = w; in adjustWallpaperWindowsLocked()1552 if (foundW != null && foundW.mAppToken != null) { in adjustWallpaperWindowsLocked()1559 if (mWallpaperTarget != foundW) { in adjustWallpaperWindowsLocked()1561 Slog.v(TAG, "New wallpaper target: " + foundW in adjustWallpaperWindowsLocked()1569 mWallpaperTarget = foundW; in adjustWallpaperWindowsLocked()1573 if (foundW != null && oldW != null) { in adjustWallpaperWindowsLocked()1576 boolean foundAnim = foundW.mAnimation != null in adjustWallpaperWindowsLocked()[all …]