Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DSwipePipToHomeAnimator.java116 @NonNull Rect destinationBoundsTransformed, in SwipePipToHomeAnimator() argument
119 super(startBounds, new RectF(destinationBoundsTransformed), context, null); in SwipePipToHomeAnimator()
128 mDestinationBoundsTransformed.set(destinationBoundsTransformed); in SwipePipToHomeAnimator()