Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWallpaperController.java191 void hideWallpapers(final WindowState winGoingAway) { in hideWallpapers() argument
193 && (mWallpaperTarget != winGoingAway || mLowerWallpaperTarget != null)) { in hideWallpapers()
199 mDeferredHideWallpaper = winGoingAway; in hideWallpapers()
203 final boolean wasDeferred = (mDeferredHideWallpaper == winGoingAway); in hideWallpapers()
220 + " from " + winGoingAway + " target=" + mWallpaperTarget + " lower=" in hideWallpapers()