Searched refs:getRecentsAnimationController (Results 1 – 22 of 22) sorted by relevance
180 if (mWindowManager.getRecentsAnimationController() != null) { in startRecentsActivity()181 mWindowManager.getRecentsAnimationController().forceCancelAnimation( in startRecentsActivity()289 mWindowManager.getRecentsAnimationController(), reorderMode); in finishAnimation()295 mWindowManager.getRecentsAnimationController(); in finishAnimation()460 mWindowManager.getRecentsAnimationController(); in onRootTaskOrderChanged()
94 && service.getRecentsAnimationController() == null in shouldAttachNavBarToApp()
166 mWmService.getRecentsAnimationController(); in updateWallpaperWindows()
417 mService.getRecentsAnimationController(); in updateInputFocusRequest()635 mService.getRecentsAnimationController(); in accept()
214 final RecentsAnimationController controller = mService.getRecentsAnimationController(); in isRecentsTransitionTarget()940 if (mService.getRecentsAnimationController() != null) { in processWallpaperDrawPendingTimeout()941 mService.getRecentsAnimationController().startAnimation(); in processWallpaperDrawPendingTimeout()
178 final RecentsAnimationController recents = mService.getRecentsAnimationController(); in accept()
406 && mService.getRecentsAnimationController() == null) { in goodToGo()474 final boolean recentsAnimRunning = mService.getRecentsAnimationController() != null; in needsBoosting()
695 final RecentsAnimationController controller = service.getRecentsAnimationController(); in initializeData()
1288 final Object controller = wm.getRecentsAnimationController(); in logRecentsAnimationLatency()1291 || controller != wm.getRecentsAnimationController()) { in logRecentsAnimationLatency()
809 mWmService.getRecentsAnimationController(); in performSurfacePlacementNoTrace()1473 if (mWindowManager.getRecentsAnimationController() != null) { in startHomeOnTaskDisplayArea()1474 mWindowManager.getRecentsAnimationController().cancelAnimationForHomeStart(); in startHomeOnTaskDisplayArea()
1046 mService.getRecentsAnimationController().startAnimation();
1096 final RecentsAnimationController rac = mService.getRecentsAnimationController(); in applyAnimations()
619 mService.getRecentsAnimationController(); in updateRotationUnchecked()
5874 mWmService.getRecentsAnimationController(); in calculateSystemGestureExclusion()6097 mWmService.getRecentsAnimationController(); in getKeepClearAreas()6283 mWmService.getRecentsAnimationController(); in updateDisplayOverrideConfigurationLocked()
1773 mService.getRecentsAnimationController(); in computeChangedWindows()
3024 final RecentsAnimationController controller = mWmService.getRecentsAnimationController(); in shouldAnimate()3343 final RecentsAnimationController control = mWmService.getRecentsAnimationController();
1964 mWmService.getRecentsAnimationController(); in isInteresting()
3235 RecentsAnimationController getRecentsAnimationController() { in getRecentsAnimationController() method in WindowManagerService
737 doReturn(mockController).when(mWm).getRecentsAnimationController(); in testNonAppTarget_notSendNavBar_controlledByRecents()
1841 doReturn(mock(RecentsAnimationController.class)).when(mWm).getRecentsAnimationController(); in testRecentsNotRotatingWithFixedRotation()
3814 HSPLcom/android/server/wm/WindowManagerService;->getRecentsAnimationController()Lcom/android/server…
29547 HPLcom/android/server/wm/WindowManagerService;->getRecentsAnimationController()Lcom/android/server/…