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 D | PipTaskOrganizer.java | 790 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 D | PipTransition.java | 737 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 D | PipAnimationController.java | 173 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 D | PinnedTaskController.java | 284 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 D | PipBoundsAlgorithm.java | 171 final Rect sourceHintRect = params != null && params.hasSourceBoundsHint() in getValidSourceHintRect() local
|