Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DSwipePipToHomeAnimator.java110 @Nullable Rect sourceRectHint, in SwipePipToHomeAnimator() argument
131 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 …]
/aosp12/frameworks/base/core/java/android/app/
H A DPictureInPictureParams.java220 Rect sourceRectHint, Boolean autoEnterEnabled, Boolean seamlessResizeEnabled) { in PictureInPictureParams() argument
223 mSourceRectHint = sourceRectHint; in PictureInPictureParams()