Home
last modified time | relevance | path

Searched defs:sourceHintRect (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipTaskOrganizer.java790 final Rect sourceHintRect = PipBoundsAlgorithm.getValidSourceHintRect( in onTaskAppeared() local
819 final Rect sourceHintRect = PipBoundsAlgorithm.getValidSourceHintRect( in onTaskAppearedWithFixedRotation() local
1379 Rect currentBounds, Rect destinationBounds, float startingAngle, Rect sourceHintRect, in scheduleAnimateResizePip()
1700 Rect currentBounds, Rect destinationBounds, Rect sourceHintRect, in animateResizePip()
1778 Rect outDestinationBounds, Rect sourceHintRect) { in computeRotatedBounds()
H A DPipTransition.java737 final Rect sourceHintRect = PipBoundsAlgorithm.getValidSourceHintRect( in startExpandAnimation() local
878 Rect sourceHintRect = PipBoundsAlgorithm.getValidSourceHintRect( in startEnterAnimation() local
983 @NonNull SurfaceControl leash, @Nullable Rect sourceHintRect, in handleSwipePipToHomeTransition()
H A DPipAnimationController.java173 Rect baseBounds, Rect startBounds, Rect endBounds, Rect sourceHintRect, in getAnimator()
586 Rect baseValue, Rect startValue, Rect endValue, Rect sourceHintRect, in ofBounds()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DPinnedTaskController.java284 final Rect sourceHintRect = params != null && params.hasSourceBoundsHint() in startSeamlessRotationIfNeeded() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
H A DPipBoundsAlgorithm.java171 final Rect sourceHintRect = params != null && params.hasSourceBoundsHint() in getValidSourceHintRect() local