Home
last modified time | relevance | path

Searched refs:getSourceRectHint (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DPictureInPictureParams.java401 other.hasSourceBoundsHint() ? new Rect(other.getSourceRectHint()) : null, in PictureInPictureParams()
425 mSourceRectHint = new Rect(otherArgs.getSourceRectHint()); in copyOnlySet()
566 public Rect getSourceRectHint() { in getSourceRectHint() method in PictureInPictureParams
759 + " sourceRectHint=" + getSourceRectHint() in toString()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DPinnedTaskController.java285 ? params.getSourceRectHint() in startSeamlessRotationIfNeeded()
H A DRootWindowContainer.java2145 rootTask.setBounds(r.pictureInPictureArgs.getSourceRectHint()); in moveActivityToPinnedRootTask()
H A DActivityRecord.java10697 pictureInPictureArgs.getSourceRectHint().offset(windowBounds.left, windowBounds.top);
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
H A DPipBoundsAlgorithm.java172 ? params.getSourceRectHint() in getValidSourceHintRect()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6992 method @Nullable public android.graphics.Rect getSourceRectHint();
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt8208 Landroid/app/PictureInPictureArgs;->getSourceRectHint()Landroid/graphics/Rect;