Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipAnimationController.java187 mCurrentAnimator.setDestinationBounds(endBounds); in getAnimator()
190 mCurrentAnimator.setDestinationBounds(endBounds); in getAnimator()
486 void setDestinationBounds(Rect destinationBounds) { in setDestinationBounds() method in PipAnimationController.PipTransitionAnimator
DPipTaskOrganizer.java1387 animator.setDestinationBounds(bounds); in updateAnimatorBounds()
1863 animator.setDestinationBounds(mPipBoundsAlgorithm.getEntryDestinationBounds()); in animateResizePip()
DPipTransition.java1100 animator.setDestinationBounds(mPipBoundsAlgorithm.getEntryDestinationBounds()); in startEnterAnimation()