Searched refs:getDestinationBounds (Results 1 – 3 of 3) sorted by relevance
141 && Objects.equals(destinationBounds, mCurrentAnimator.getDestinationBounds()) in getAnimator()482 Rect getDestinationBounds() { in getDestinationBounds() method in PipAnimationController.PipTransitionAnimator570 .resetScale(tx, leash, getDestinationBounds()) in ofAlpha()571 .crop(tx, leash, getDestinationBounds()) in ofAlpha()765 final Rect destBounds = getDestinationBounds(); in ofBounds()
86 mPipBoundsState.setBounds(animator.getDestinationBounds());94 onFinishResize(taskInfo, animator.getDestinationBounds(), direction, tx);
205 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()