Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowSurfacePlacer.java296 if (wallpaperTarget != null && wtoken.windowsCanBeWallpaperTarget()) { in handleAppTransitionReadyLocked()
301 if (wallpaperTarget != null && wtoken.windowsCanBeWallpaperTarget()) { in handleAppTransitionReadyLocked()
649 if (apps.valueAt(i).windowsCanBeWallpaperTarget()) { in canBeWallpaperTarget()
DWindowToken.java203 boolean windowsCanBeWallpaperTarget() { in windowsCanBeWallpaperTarget() method in WindowToken
DWallpaperController.java651 if (token.windowsCanBeWallpaperTarget()) { in adjustWallpaperWindowsForAppTransitionIfNeeded()