Home
last modified time | relevance | path

Searched refs:getRecentsAnimationController (Results 1 – 22 of 22) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DRecentsAnimation.java175 if (mWindowManager.getRecentsAnimationController() != null) { in startRecentsActivity()
176 mWindowManager.getRecentsAnimationController().forceCancelAnimation( in startRecentsActivity()
286 mWindowManager.getRecentsAnimationController(), reorderMode); in finishAnimation()
292 mWindowManager.getRecentsAnimationController(); in finishAnimation()
437 mWindowManager.getRecentsAnimationController(); in onRootTaskOrderChanged()
H A DFadeRotationAnimationController.java65 final RecentsAnimationController controller = mService.getRecentsAnimationController(); in FadeRotationAnimationController()
H A DWallpaperController.java183 mService.getRecentsAnimationController();
681 if (mService.getRecentsAnimationController() != null) { in processWallpaperDrawPendingTimeout()
682 mService.getRecentsAnimationController().startAnimation(); in processWallpaperDrawPendingTimeout()
H A DNonAppWindowAnimationAdapter.java94 && service.getRecentsAnimationController() == null in shouldAttachNavBarToApp()
H A DWallpaperWindowToken.java122 mWmService.getRecentsAnimationController(); in updateWallpaperWindows()
H A DInputMonitor.java442 mService.getRecentsAnimationController(); in updateInputFocusRequest()
569 mService.getRecentsAnimationController(); in accept()
H A DDisplayRotation.java446 mService.getRecentsAnimationController(); in updateRotationUnchecked()
492 mService.getRecentsAnimationController(); in updateRotationUnchecked()
H A DAppTransition.java462 && mService.getRecentsAnimationController() == null) { in goodToGo()
521 final boolean recentsAnimRunning = mService.getRecentsAnimationController() != null; in needsBoosting()
H A DRootWindowContainer.java890 mWmService.getRecentsAnimationController(); in performSurfacePlacementNoTrace()
1562 if (mWindowManager.getRecentsAnimationController() != null) { in startHomeOnTaskDisplayArea()
1563 mWindowManager.getRecentsAnimationController().cancelAnimationForHomeStart(); in startHomeOnTaskDisplayArea()
H A DAccessibilityController.java1695 mService.getRecentsAnimationController(); in computeChangedWindows()
1810 final RecentsAnimationController controller = mService.getRecentsAnimationController(); in windowMattersToAccessibility()
H A DAppTransitionController.java934 final RecentsAnimationController rac = mService.getRecentsAnimationController(); in applyAnimations()
H A DRecentsAnimationController.java1100 mService.getRecentsAnimationController().startAnimation();
H A DActivityMetricsLogger.java700 r.mWmService.getRecentsAnimationController().logRecentsAnimationStartTime( in notifyWindowsDrawn()
H A DTask.java3044 final RecentsAnimationController controller = mWmService.getRecentsAnimationController(); in shouldAnimate()
3357 final RecentsAnimationController control = mWmService.getRecentsAnimationController();
H A DWindowState.java3233 mWmService.getRecentsAnimationController(); in isRecentsAnimationConsumingAppInput()
H A DDisplayContent.java5730 mWmService.getRecentsAnimationController(); in updateDisplayOverrideConfigurationLocked()
H A DWindowManagerService.java3022 RecentsAnimationController getRecentsAnimationController() { in getRecentsAnimationController() method in WindowManagerService
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DTaskViewUtils.java277 recentsView.getRecentsAnimationController(); in createRecentsWindowAnimator()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRemoteAnimationControllerTest.java689 doReturn(mockController).when(mWm).getRecentsAnimationController(); in testNonAppTarget_notSendNavBar_controlledByRecents()
H A DDisplayContentTests.java1565 doReturn(mock(RecentsAnimationController.class)).when(mWm).getRecentsAnimationController(); in testRecentsNotRotatingWithFixedRotation()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java5053 public RecentsAnimationController getRecentsAnimationController() {
/aosp12/frameworks/base/services/
H A Dart-profile50011 HSPLcom/android/server/wm/WindowManagerService;->getRecentsAnimationController()Lcom/android/server…