Searched refs:destinationBounds (Results 1 – 3 of 3) sorted by relevance
113 @NonNull Rect destinationBounds, in SwipePipToHomeAnimator() argument125 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);
463 public void stopSwipePipToHome(ComponentName componentName, Rect destinationBounds, in stopSwipePipToHome() argument467 mPip.stopSwipePipToHome(componentName, destinationBounds, overlay); in stopSwipePipToHome()
1253 final Rect destinationBounds = SystemUiProxy.INSTANCE.get(mContext)1269 .setDestinationBounds(destinationBounds)