Searched defs:sourceHintRect (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
D | PipTaskOrganizer.java | 566 final Rect sourceHintRect = PipBoundsAlgorithm.getValidSourceHintRect( in onTaskAppeared() local 593 final Rect sourceHintRect = PipBoundsAlgorithm.getValidSourceHintRect( in onTaskAppearedWithFixedRotation() local 1006 Rect currentBounds, Rect destinationBounds, float startingAngle, Rect sourceHintRect, in scheduleAnimateResizePip() 1283 Rect currentBounds, Rect destinationBounds, Rect sourceHintRect, in animateResizePip() 1325 Rect outDestinationBounds, Rect sourceHintRect) { in computeRotatedBounds()
|
D | PipTransition.java | 111 final Rect sourceHintRect = in startEnterAnimation() local
|
D | PipAnimationController.java | 158 Rect baseBounds, Rect startBounds, Rect endBounds, Rect sourceHintRect, in getAnimator() 518 Rect baseValue, Rect startValue, Rect endValue, Rect sourceHintRect, in ofBounds()
|
D | PipBoundsAlgorithm.java | 176 final Rect sourceHintRect = params != null && params.hasSourceBoundsHint() in getValidSourceHintRect() local
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | PinnedTaskController.java | 283 final Rect sourceHintRect = params != null && params.hasSourceBoundsHint() in startSeamlessRotationIfNeeded() local
|