Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipTransition.java169 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()
H A DPipTaskOrganizer.java392 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()
H A DPipAnimationController.java201 public PipTransitionAnimator getCurrentAnimator() { in getCurrentAnimator() method in PipAnimationController
222 PipAnimationController.PipTransitionAnimator animator = getCurrentAnimator(); in isAnimating()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipController.java754 mPipAnimationController.getCurrentAnimator(); in onDisplayChanged()