Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAppTransitionController.java145 final boolean closingAppHasWallpaper = canBeWallpaperTarget(mDisplayContent.mClosingApps) in handleAppTransitionReady()
150 closingAppHasWallpaper); in handleAppTransitionReady()
523 boolean closingAppHasWallpaper) { in maybeUpdateTransitToWallpaper() argument
566 if (closingAppHasWallpaper && openingAppHasWallpaper) { in maybeUpdateTransitToWallpaper()