Searched refs:recentsAnimationController (Results 1 – 8 of 8) sorted by relevance
121 final RecentsAnimationController recentsAnimationController = in updateWallpaperWindows() local123 if (recentsAnimationController != null in updateWallpaperWindows()124 && recentsAnimationController.isAnimatingTask(wallpaperTarget.getTask())) { in updateWallpaperWindows()128 recentsAnimationController.linkFixedRotationTransformIfNeeded(this); in updateWallpaperWindows()
441 final RecentsAnimationController recentsAnimationController = in updateInputFocusRequest() local443 final boolean shouldApplyRecentsInputConsumer = (recentsAnimationController != null in updateInputFocusRequest()444 && recentsAnimationController.shouldApplyInputConsumer(focus.mActivityRecord)) in updateInputFocusRequest()568 final RecentsAnimationController recentsAnimationController = in accept() local570 final boolean shouldApplyRecentsInputConsumer = recentsAnimationController != null in accept()571 && recentsAnimationController.shouldApplyInputConsumer(w.mActivityRecord); in accept()590 if (recentsAnimationController.updateInputConsumerForApp( in accept()593 recentsAnimationController.getTargetAppDisplayArea(); in accept()
182 final RecentsAnimationController recentsAnimationController =188 final boolean isRecentsTransitionTarget = (recentsAnimationController != null189 && recentsAnimationController.isWallpaperVisible(w));
491 final RecentsAnimationController recentsAnimationController = in updateRotationUnchecked() local493 if (recentsAnimationController != null) { in updateRotationUnchecked()494 recentsAnimationController.cancelAnimationForDisplayChange(); in updateRotationUnchecked()
889 final RecentsAnimationController recentsAnimationController = in performSurfacePlacementNoTrace() local891 if (recentsAnimationController != null) { in performSurfacePlacementNoTrace()892 recentsAnimationController.checkAnimationReady(defaultDisplay.mWallpaperController); in performSurfacePlacementNoTrace()
3232 final RecentsAnimationController recentsAnimationController = in isRecentsAnimationConsumingAppInput() local3234 return recentsAnimationController != null in isRecentsAnimationConsumingAppInput()3235 && recentsAnimationController.shouldApplyInputConsumer(mActivityRecord); in isRecentsAnimationConsumingAppInput()
5729 final RecentsAnimationController recentsAnimationController = in updateDisplayOverrideConfigurationLocked() local5731 if (recentsAnimationController != null) { in updateDisplayOverrideConfigurationLocked()5732 recentsAnimationController.cancelAnimationForDisplayChange(); in updateDisplayOverrideConfigurationLocked()
4344 public void setRecentsAnimationTargets(RecentsAnimationController recentsAnimationController, in setRecentsAnimationTargets() argument4346 mRecentsAnimationController = recentsAnimationController; in setRecentsAnimationTargets()