Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSwipePipToHomeAnimator.java113 @NonNull Rect destinationBounds, in SwipePipToHomeAnimator() argument
125 mDestinationBounds.set(destinationBounds); in SwipePipToHomeAnimator()
130 if (sourceRectHint != null && (sourceRectHint.width() < destinationBounds.width() in SwipePipToHomeAnimator()
131 || sourceRectHint.height() < destinationBounds.height())) { in SwipePipToHomeAnimator()
354 public Builder setDestinationBounds(Rect destinationBounds) {
355 mDestinationBounds = new Rect(destinationBounds);
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSystemUiProxy.java463 public void stopSwipePipToHome(ComponentName componentName, Rect destinationBounds, in stopSwipePipToHome() argument
467 mPip.stopSwipePipToHome(componentName, destinationBounds, overlay); in stopSwipePipToHome()
DAbsSwipeUpHandler.java1253 final Rect destinationBounds = SystemUiProxy.INSTANCE.get(mContext)
1269 .setDestinationBounds(destinationBounds)