Searched refs:getCurrentAnimator (Results 1 – 4 of 4) sorted by relevance
169 mPipAnimationController.getCurrentAnimator(); in startExitTransition()323 Animator animator = mPipAnimationController.getCurrentAnimator(); in end()358 if (mPipAnimationController.getCurrentAnimator() != null) { in onTransitionConsumed()359 mPipAnimationController.getCurrentAnimator().cancel(); in onTransitionConsumed()440 mPipAnimationController.getCurrentAnimator(); in onFinishResize()619 mPipAnimationController.getCurrentAnimator().end(); in startExitAnimation()1072 if (mPipAnimationController.getCurrentAnimator() != null) { in resetPrevPip()1073 mPipAnimationController.getCurrentAnimator().cancel(); in resetPrevPip()
392 mPipAnimationController.getCurrentAnimator(); in getCurrentOrAnimatingBounds()1086 mPipAnimationController.getCurrentAnimator(); in onFixedRotationFinished()1207 mPipAnimationController.getCurrentAnimator(); in onMovementBoundsChanged()1274 mPipAnimationController.getCurrentAnimator(); in updateAnimatorBounds()1723 final boolean existingAnimatorRunning = mPipAnimationController.getCurrentAnimator() != null in animateResizePip()1724 && mPipAnimationController.getCurrentAnimator().isRunning(); in animateResizePip()1898 mPipAnimationController.getCurrentAnimator(); in cancelCurrentAnimator()
201 public PipTransitionAnimator getCurrentAnimator() { in getCurrentAnimator() method in PipAnimationController222 PipAnimationController.PipTransitionAnimator animator = getCurrentAnimator(); in isAnimating()
754 mPipAnimationController.getCurrentAnimator(); in onDisplayChanged()