Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWallpaperWindowToken.java121 final RecentsAnimationController recentsAnimationController = in updateWallpaperWindows() local
123 if (recentsAnimationController != null in updateWallpaperWindows()
124 && recentsAnimationController.isAnimatingTask(wallpaperTarget.getTask())) { in updateWallpaperWindows()
128 recentsAnimationController.linkFixedRotationTransformIfNeeded(this); in updateWallpaperWindows()
H A DInputMonitor.java441 final RecentsAnimationController recentsAnimationController = in updateInputFocusRequest() local
443 final boolean shouldApplyRecentsInputConsumer = (recentsAnimationController != null in updateInputFocusRequest()
444 && recentsAnimationController.shouldApplyInputConsumer(focus.mActivityRecord)) in updateInputFocusRequest()
568 final RecentsAnimationController recentsAnimationController = in accept() local
570 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()
H A DWallpaperController.java182 final RecentsAnimationController recentsAnimationController =
188 final boolean isRecentsTransitionTarget = (recentsAnimationController != null
189 && recentsAnimationController.isWallpaperVisible(w));
H A DDisplayRotation.java491 final RecentsAnimationController recentsAnimationController = in updateRotationUnchecked() local
493 if (recentsAnimationController != null) { in updateRotationUnchecked()
494 recentsAnimationController.cancelAnimationForDisplayChange(); in updateRotationUnchecked()
H A DRootWindowContainer.java889 final RecentsAnimationController recentsAnimationController = in performSurfacePlacementNoTrace() local
891 if (recentsAnimationController != null) { in performSurfacePlacementNoTrace()
892 recentsAnimationController.checkAnimationReady(defaultDisplay.mWallpaperController); in performSurfacePlacementNoTrace()
H A DWindowState.java3232 final RecentsAnimationController recentsAnimationController = in isRecentsAnimationConsumingAppInput() local
3234 return recentsAnimationController != null in isRecentsAnimationConsumingAppInput()
3235 && recentsAnimationController.shouldApplyInputConsumer(mActivityRecord); in isRecentsAnimationConsumingAppInput()
H A DDisplayContent.java5729 final RecentsAnimationController recentsAnimationController = in updateDisplayOverrideConfigurationLocked() local
5731 if (recentsAnimationController != null) { in updateDisplayOverrideConfigurationLocked()
5732 recentsAnimationController.cancelAnimationForDisplayChange(); in updateDisplayOverrideConfigurationLocked()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java4344 public void setRecentsAnimationTargets(RecentsAnimationController recentsAnimationController, in setRecentsAnimationTargets() argument
4346 mRecentsAnimationController = recentsAnimationController; in setRecentsAnimationTargets()