Searched refs:mRemoteAnimationController (Results 1 – 1 of 1) sorted by relevance
264 private RemoteAnimationController mRemoteAnimationController; field in AppTransition446 if (mRemoteAnimationController != null) { in goodToGo()447 mRemoteAnimationController.goodToGo(); in goodToGo()456 mRemoteAnimationController = null; in clear()468 if (mRemoteAnimationController != null) { in freeze()469 mRemoteAnimationController.cancelAnimation("freeze"); in freeze()1588 return mRemoteAnimationController; in getRemoteAnimationController()1945 mRemoteAnimationController = new RemoteAnimationController(mService, in overridePendingAppTransitionRemote()