Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipAnimationController.java141 && Objects.equals(destinationBounds, mCurrentAnimator.getDestinationBounds()) in getAnimator()
482 Rect getDestinationBounds() { in getDestinationBounds() method in PipAnimationController.PipTransitionAnimator
570 .resetScale(tx, leash, getDestinationBounds()) in ofAlpha()
571 .crop(tx, leash, getDestinationBounds()) in ofAlpha()
765 final Rect destBounds = getDestinationBounds(); in ofBounds()
DPipTransitionController.java86 mPipBoundsState.setBounds(animator.getDestinationBounds());
94 onFinishResize(taskInfo, animator.getDestinationBounds(), direction, tx);
DPipTaskOrganizer.java205 final Rect destinationBounds = animator.getDestinationBounds();
442 return new Rect(animator.getDestinationBounds()); in getCurrentOrAnimatingBounds()
1185 final Rect destinationBounds = animator.getDestinationBounds(); in onFixedRotationFinished()
1341 if (!animator.getDestinationBounds().isEmpty()) { in onMovementBoundsChanged()
1342 destinationBoundsOut.set(animator.getDestinationBounds()); in onMovementBoundsChanged()
1353 final Rect currentDestinationBounds = animator.getDestinationBounds(); in onMovementBoundsChanged()