Searched refs:sourceRectHint (Results 1 – 2 of 2) sorted by relevance
110 @Nullable Rect sourceRectHint, in SwipePipToHomeAnimator() argument131 if (sourceRectHint != null && (sourceRectHint.width() < destinationBounds.width() in SwipePipToHomeAnimator()132 || sourceRectHint.height() < destinationBounds.height())) { in SwipePipToHomeAnimator()137 sourceRectHint = null; in SwipePipToHomeAnimator()140 if (sourceRectHint == null) { in SwipePipToHomeAnimator()170 mSourceHintRectInsets = new Rect(sourceRectHint.left - appBounds.left, in SwipePipToHomeAnimator()171 sourceRectHint.top - appBounds.top, in SwipePipToHomeAnimator()172 appBounds.right - sourceRectHint.right, in SwipePipToHomeAnimator()173 appBounds.bottom - sourceRectHint.bottom); in SwipePipToHomeAnimator()351 public Builder setSourceRectHint(Rect sourceRectHint) { in setSourceRectHint() argument[all …]
220 Rect sourceRectHint, Boolean autoEnterEnabled, Boolean seamlessResizeEnabled) { in PictureInPictureParams() argument223 mSourceRectHint = sourceRectHint; in PictureInPictureParams()