Home
last modified time | relevance | path

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

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