Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWallpaperController.java162 final RecentsAnimationController recentsAnimationController =
168 final boolean isRecentsTransitionTarget = (recentsAnimationController != null
169 && recentsAnimationController.isWallpaperVisible(w));
222 final RecentsAnimationController recentsAnimationController = in isWallpaperVisible() local
224 boolean isAnimatingWithRecentsComponent = recentsAnimationController != null in isWallpaperVisible()
225 && recentsAnimationController.isWallpaperVisible(wallpaperTarget); in isWallpaperVisible()
DInputMonitor.java476 final RecentsAnimationController recentsAnimationController = in accept() local
478 if (recentsAnimationController != null in accept()
479 && recentsAnimationController.shouldApplyInputConsumer(w.mAppToken)) { in accept()
480 if (recentsAnimationController.updateInputConsumerForApp( in accept()
DRootWindowContainer.java624 final RecentsAnimationController recentsAnimationController = in performSurfacePlacementNoTrace() local
626 if (recentsAnimationController != null) { in performSurfacePlacementNoTrace()
627 recentsAnimationController.checkAnimationReady(defaultDisplay.mWallpaperController); in performSurfacePlacementNoTrace()