Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipAnimationController.java140 && Objects.equals(destinationBounds, mCurrentAnimator.getDestinationBounds()) in getAnimator()
481 Rect getDestinationBounds() { in getDestinationBounds() method in PipAnimationController.PipTransitionAnimator
569 .resetScale(tx, leash, getDestinationBounds()) in ofAlpha()
570 .crop(tx, leash, getDestinationBounds()) in ofAlpha()
761 final Rect destBounds = getDestinationBounds(); in ofBounds()
H A DPipTransitionController.java77 mPipBoundsState.setBounds(animator.getDestinationBounds());
85 onFinishResize(taskInfo, animator.getDestinationBounds(), direction, tx);
H A DPipTaskOrganizer.java173 final Rect destinationBounds = animator.getDestinationBounds();
394 return new Rect(animator.getDestinationBounds()); in getCurrentOrAnimatingBounds()
1087 final Rect destinationBounds = animator.getDestinationBounds(); in onFixedRotationFinished()
1243 if (!animator.getDestinationBounds().isEmpty()) { in onMovementBoundsChanged()
1244 destinationBoundsOut.set(animator.getDestinationBounds()); in onMovementBoundsChanged()
1255 final Rect currentDestinationBounds = animator.getDestinationBounds(); in onMovementBoundsChanged()