Home
last modified time | relevance | path

Searched refs:foundW (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/wm/
DWindowManagerService.java1610 WindowState foundW = null; in adjustWallpaperWindowsLocked() local
1642 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 …]