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.java262 void hideWallpapers(final WindowState winGoingAway) { in hideWallpapers() argument
264 && (mWallpaperTarget != winGoingAway || mPrevWallpaperTarget != null)) { in hideWallpapers()
271 mDeferredHideWallpaper = winGoingAway; in hideWallpapers()
275 final boolean wasDeferred = (mDeferredHideWallpaper == winGoingAway); in hideWallpapers()
280 + " from " + winGoingAway + " target=" + mWallpaperTarget + " prev=" in hideWallpapers()