Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DPictureInPictureParams.java234 other.hasSourceBoundsHint() ? new Rect(other.getSourceRectHint()) : null, in PictureInPictureParams()
250 mSourceRectHint = new Rect(otherArgs.getSourceRectHint()); in copyOnlySet()
317 public Rect getSourceRectHint() { in getSourceRectHint() method in PictureInPictureParams
417 + " sourceRectHint=" + getSourceRectHint() in toString()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DPinnedTaskController.java286 ? params.getSourceRectHint() in startSeamlessRotationIfNeeded()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipBoundsAlgorithm.java177 ? params.getSourceRectHint() in getValidSourceHintRect()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DAbsSwipeUpHandler.java1415 runningTaskTarget.taskInfo.pictureInPictureParams.getSourceRectHint())
/aosp12/frameworks/base/core/api/
H A Dtest-lint-baseline.txt814 MissingNullability: android.app.PictureInPictureParams#getSourceRectHint():
H A Dtest-current.txt327 method public android.graphics.Rect getSourceRectHint();
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt8208 Landroid/app/PictureInPictureArgs;->getSourceRectHint()Landroid/graphics/Rect;