Searched refs:recentsAnimationController (Results 1 – 3 of 3) sorted by relevance
162 final RecentsAnimationController recentsAnimationController =168 final boolean isRecentsTransitionTarget = (recentsAnimationController != null169 && recentsAnimationController.isWallpaperVisible(w));222 final RecentsAnimationController recentsAnimationController = in isWallpaperVisible() local224 boolean isAnimatingWithRecentsComponent = recentsAnimationController != null in isWallpaperVisible()225 && recentsAnimationController.isWallpaperVisible(wallpaperTarget); in isWallpaperVisible()
476 final RecentsAnimationController recentsAnimationController = in accept() local478 if (recentsAnimationController != null in accept()479 && recentsAnimationController.shouldApplyInputConsumer(w.mAppToken)) { in accept()480 if (recentsAnimationController.updateInputConsumerForApp( in accept()
624 final RecentsAnimationController recentsAnimationController = in performSurfacePlacementNoTrace() local626 if (recentsAnimationController != null) { in performSurfacePlacementNoTrace()627 recentsAnimationController.checkAnimationReady(defaultDisplay.mWallpaperController); in performSurfacePlacementNoTrace()