Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DPictureInPictureParams.java57 private Rect mSourceRectHint; field in PictureInPictureParams.Builder
80 mSourceRectHint = original.mSourceRectHint; in Builder()
178 mSourceRectHint = null; in setSourceRectHint()
180 mSourceRectHint = new Rect(launchBounds); in setSourceRectHint()
311 private Rect mSourceRectHint; field in PictureInPictureParams
387 mSourceRectHint = sourceRectHint; in PictureInPictureParams()
567 return mSourceRectHint; in getSourceRectHint()
575 return mSourceRectHint != null && !mSourceRectHint.isEmpty(); in hasSourceBoundsHint()
668 && Objects.equals(mSourceRectHint, that.mSourceRectHint) in equals()
699 if (mSourceRectHint != null) { in writeToParcel()
[all …]
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipContentOverlay.java135 private final Rect mSourceRectHint; field in PipContentOverlay.PipSnapshotOverlay
139 mSourceRectHint = new Rect(sourceRectHint); in PipSnapshotOverlay()
156 tx.setPosition(mLeash, -mSourceRectHint.left, -mSourceRectHint.top); in attach()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt8199 Landroid/app/PictureInPictureArgs$Builder;->mSourceRectHint:Landroid/graphics/Rect;
8215 Landroid/app/PictureInPictureArgs;->mSourceRectHint:Landroid/graphics/Rect;
8222 Landroid/app/PictureInPictureParams$Builder;->mSourceRectHint:Landroid/graphics/Rect;
8233 Landroid/app/PictureInPictureParams;->mSourceRectHint:Landroid/graphics/Rect;