Searched refs:getDestinationBounds (Results 1 – 3 of 3) sorted by relevance
140 && Objects.equals(destinationBounds, mCurrentAnimator.getDestinationBounds()) in getAnimator()481 Rect getDestinationBounds() { in getDestinationBounds() method in PipAnimationController.PipTransitionAnimator569 .resetScale(tx, leash, getDestinationBounds()) in ofAlpha()570 .crop(tx, leash, getDestinationBounds()) in ofAlpha()761 final Rect destBounds = getDestinationBounds(); in ofBounds()
77 mPipBoundsState.setBounds(animator.getDestinationBounds());85 onFinishResize(taskInfo, animator.getDestinationBounds(), direction, tx);
173 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()