Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java521 private RecentsAnimationController mRecentsAnimationController; field in WindowManagerService
2719 mRecentsAnimationController = new RecentsAnimationController(this, in initializeRecentsAnimation()
2722 mRecentsAnimationController.initialize(targetActivityType, recentTaskIds); in initializeRecentsAnimation()
2727 return mRecentsAnimationController; in getRecentsAnimationController()
2750 if (mRecentsAnimationController != null) { in cancelRecentsAnimationSynchronously()
2753 mRecentsAnimationController.cancelAnimationSynchronously(reorderMode, reason); in cancelRecentsAnimationSynchronously()
2759 if (mRecentsAnimationController != null) { in cleanupRecentsAnimation()
2760 mRecentsAnimationController.cleanupAnimation(reorderMode); in cleanupRecentsAnimation()
2761 mRecentsAnimationController = null; in cleanupRecentsAnimation()
5064 if (mRecentsAnimationController != null) { in handleMessage()
[all …]