Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipTransitionController.java67 mPipBoundsState.setBounds(animator.getDestinationBounds());
71 onFinishResize(taskInfo, animator.getDestinationBounds(), direction, tx);
H A DPipAnimationController.java126 && Objects.equals(destinationBounds, mCurrentAnimator.getDestinationBounds()) in getAnimator()
413 Rect getDestinationBounds() { in getDestinationBounds() method in PipAnimationController.PipTransitionAnimator
503 .resetScale(tx, leash, getDestinationBounds()) in ofAlpha()
504 .crop(tx, leash, getDestinationBounds()) in ofAlpha()
683 final Rect destBounds = getDestinationBounds(); in ofBounds()
H A DPipTaskOrganizer.java150 final Rect destinationBounds = animator.getDestinationBounds();
298 return new Rect(animator.getDestinationBounds()); in getCurrentOrAnimatingBounds()
817 final Rect destinationBounds = animator.getDestinationBounds(); in onFixedRotationFinished()
920 if (!animator.getDestinationBounds().isEmpty()) { in onMovementBoundsChanged()
921 destinationBoundsOut.set(animator.getDestinationBounds()); in onMovementBoundsChanged()
932 final Rect currentDestinationBounds = animator.getDestinationBounds(); in onMovementBoundsChanged()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DSwipePipToHomeAnimator.java262 public Rect getDestinationBounds() { in getDestinationBounds() method in SwipePipToHomeAnimator
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DAbsSwipeUpHandler.java1765 mSwipePipToHomeAnimator.getDestinationBounds(),