Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipAnimationController.java186 mCurrentAnimator.setDestinationBounds(endBounds); in getAnimator()
189 mCurrentAnimator.setDestinationBounds(endBounds); in getAnimator()
485 void setDestinationBounds(Rect destinationBounds) { in setDestinationBounds() method in PipAnimationController.PipTransitionAnimator
H A DPipTaskOrganizer.java1289 animator.setDestinationBounds(bounds); in updateAnimatorBounds()
1765 animator.setDestinationBounds(mPipBoundsAlgorithm.getEntryDestinationBounds()); in animateResizePip()
H A DPipTransition.java951 animator.setDestinationBounds(mPipBoundsAlgorithm.getEntryDestinationBounds()); in startEnterAnimation()