Home
last modified time | relevance | path

Searched defs:sourceRectHint (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
H A DPipBoundsAlgorithm.java188 Rect sourceRectHint = getValidSourceHintRect(params, sourceBounds); in getValidSourceHintRect() local
203 public static boolean isSourceRectHintValidForEnterPip(Rect sourceRectHint, in isSourceRectHintValidForEnterPip()
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/pip/
H A DPipSurfaceTransactionHelper.java83 Rect sourceRectHint, Rect sourceBounds, Rect destinationBounds, Rect insets, in scaleAndCrop()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipSurfaceTransactionHelper.java110 SurfaceControl leash, Rect sourceRectHint, in scaleAndCrop()
H A DPipContentOverlay.java137 public PipSnapshotOverlay(TaskSnapshot snapshot, Rect sourceRectHint) { in PipSnapshotOverlay()
H A DPipAnimationController.java425 void setSnapshotContentOverlay(TaskSnapshot snapshot, Rect sourceRectHint) { in setSnapshotContentOverlay()
/aosp14/frameworks/base/core/java/android/app/
H A DPictureInPictureParams.java380 List<RemoteAction> actions, RemoteAction closeAction, Rect sourceRectHint, in PictureInPictureParams()