Searched refs:getRecentsAnimationController (Results 1 – 12 of 12) sorted by relevance
271 mWindowManager.getRecentsAnimationController(), reorderMode); in finishAnimation()277 mWindowManager.getRecentsAnimationController(); in finishAnimation()421 mWindowManager.getRecentsAnimationController(); in onStackOrderChanged()
130 mWmService.getRecentsAnimationController(); in updateWallpaperWindows()
172 mService.getRecentsAnimationController();657 if (mService.getRecentsAnimationController() != null) { in processWallpaperDrawPendingTimeout()658 mService.getRecentsAnimationController().startAnimation(); in processWallpaperDrawPendingTimeout()
478 mService.getRecentsAnimationController(); in accept()
789 mService.getRecentsAnimationController().startAnimation();
3216 final RecentsAnimationController controller = mWmService.getRecentsAnimationController(); in shouldAnimate()3231 final RecentsAnimationController recentsAnim = mWmService.getRecentsAnimationController(); in isTaskAnimating()3518 final RecentsAnimationController control = mWmService.getRecentsAnimationController();
1370 final RecentsAnimationController controller = mService.getRecentsAnimationController(); in windowMattersToAccessibility()
495 final boolean recentsAnimRunning = mService.getRecentsAnimationController() != null; in needsBoosting()
1069 final boolean isRecentsAnimationTarget = getRecentsAnimationController() != null1070 && getRecentsAnimationController().isTargetApp(atoken);2823 RecentsAnimationController getRecentsAnimationController() { in getRecentsAnimationController() method in WindowManagerService
860 mWmService.getRecentsAnimationController(); in performSurfacePlacementNoTrace()
2909 mWmService.getRecentsAnimationController(); in isRecentsAnimationConsumingAppInput()
39321 HSPLcom/android/server/wm/WindowManagerService;->getRecentsAnimationController()Lcom/android/server…