Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DRecentsAnimation.java181 if (mWindowManager.getRecentsAnimationController() != null) { in startRecentsActivity()
182 mWindowManager.getRecentsAnimationController().forceCancelAnimation( in startRecentsActivity()
290 mWindowManager.getRecentsAnimationController(), reorderMode); in finishAnimation()
296 mWindowManager.getRecentsAnimationController(); in finishAnimation()
458 mWindowManager.getRecentsAnimationController(); in onRootTaskOrderChanged()
H A DWallpaperWindowToken.java143 mWmService.getRecentsAnimationController(); in updateWallpaperWindows()
H A DNonAppWindowAnimationAdapter.java94 && service.getRecentsAnimationController() == null in shouldAttachNavBarToApp()
H A DWallpaperController.java221 final RecentsAnimationController controller = mService.getRecentsAnimationController(); in isRecentsTransitionTarget()
845 if (mService.getRecentsAnimationController() != null) { in processWallpaperDrawPendingTimeout()
846 mService.getRecentsAnimationController().startAnimation(); in processWallpaperDrawPendingTimeout()
H A DInputMonitor.java409 mService.getRecentsAnimationController(); in updateInputFocusRequest()
625 mService.getRecentsAnimationController(); in accept()
H A DAsyncRotationController.java171 final RecentsAnimationController recents = mService.getRecentsAnimationController(); in accept()
H A DAppTransition.java414 && mService.getRecentsAnimationController() == null) { in goodToGo()
482 final boolean recentsAnimRunning = mService.getRecentsAnimationController() != null; in needsBoosting()
H A DAccessibilityWindowsPopulator.java693 final RecentsAnimationController controller = service.getRecentsAnimationController(); in initializeData()
H A DActivityMetricsLogger.java1221 final Object controller = wm.getRecentsAnimationController(); in logRecentsAnimationLatency()
1224 || controller != wm.getRecentsAnimationController()) { in logRecentsAnimationLatency()
H A DRootWindowContainer.java817 mWmService.getRecentsAnimationController(); in performSurfacePlacementNoTrace()
1466 if (mWindowManager.getRecentsAnimationController() != null) { in startHomeOnTaskDisplayArea()
1467 mWindowManager.getRecentsAnimationController().cancelAnimationForHomeStart(); in startHomeOnTaskDisplayArea()
H A DBackNavigationController.java194 wmService.getRecentsAnimationController(); in startBackNavigation()
H A DRecentsAnimationController.java1023 mService.getRecentsAnimationController().startAnimation();
H A DAppTransitionController.java1097 final RecentsAnimationController rac = mService.getRecentsAnimationController(); in applyAnimations()
H A DDisplayRotation.java606 mService.getRecentsAnimationController(); in updateRotationUnchecked()
H A DDisplayContent.java5807 mWmService.getRecentsAnimationController(); in calculateSystemGestureExclusion()
6009 mWmService.getRecentsAnimationController(); in getKeepClearAreas()
6181 mWmService.getRecentsAnimationController(); in updateDisplayOverrideConfigurationLocked()
H A DAccessibilityController.java1573 mService.getRecentsAnimationController(); in computeChangedWindows()
H A DTask.java3016 final RecentsAnimationController controller = mWmService.getRecentsAnimationController(); in shouldAnimate()
3328 final RecentsAnimationController control = mWmService.getRecentsAnimationController();
H A DWindowState.java1979 mWmService.getRecentsAnimationController(); in isInteresting()
H A DWindowManagerService.java3010 RecentsAnimationController getRecentsAnimationController() { in getRecentsAnimationController() method in WindowManagerService
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRemoteAnimationControllerTest.java737 doReturn(mockController).when(mWm).getRecentsAnimationController(); in testNonAppTarget_notSendNavBar_controlledByRecents()
H A DDisplayContentTests.java1832 doReturn(mock(RecentsAnimationController.class)).when(mWm).getRecentsAnimationController(); in testRecentsNotRotatingWithFixedRotation()
/aosp14/frameworks/base/services/
H A Dart-profile11890 HSPLcom/android/server/wm/WindowManagerService;->getRecentsAnimationController()Lcom/android/server…