Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java1733 WindowState foundW = null; in adjustWallpaperWindowsLocked() local
1771 foundW = w; in adjustWallpaperWindowsLocked()
1787 if (foundW == null && windowDetachedI >= 0) { in adjustWallpaperWindowsLocked()
1790 foundW = w; in adjustWallpaperWindowsLocked()
1794 if (mWallpaperTarget != foundW in adjustWallpaperWindowsLocked()
1795 && (mLowerWallpaperTarget == null || mLowerWallpaperTarget != foundW)) { in adjustWallpaperWindowsLocked()
1797 Slog.v(TAG, "New wallpaper target: " + foundW in adjustWallpaperWindowsLocked()
1805 mWallpaperTarget = foundW; in adjustWallpaperWindowsLocked()
1810 if (foundW != null && oldW != null) { in adjustWallpaperWindowsLocked()
1812 boolean foundAnim = foundW.isAnimatingLw(); in adjustWallpaperWindowsLocked()
[all …]