Searched refs:baseBounds (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
H A D | PipAnimationController.java | 173 Rect baseBounds, Rect startBounds, Rect endBounds, Rect sourceHintRect, in getAnimator() argument 195 PipTransitionAnimator.ofBounds(taskInfo, leash, baseBounds, startBounds, in getAnimator()
|
H A D | PipTransition.java | 735 final Rect baseBounds, final Rect startBounds, final Rect endBounds, in startExpandAnimation() argument 740 mPipAnimationController.getAnimator(taskInfo, leash, baseBounds, startBounds, in startExpandAnimation()
|
H A D | PipTaskOrganizer.java | 1721 Rect baseBounds = direction == TRANSITION_DIRECTION_SNAP_AFTER_RESIZE in animateResizePip() local 1726 .getAnimator(mTaskInfo, mLeash, baseBounds, currentBounds, destinationBounds, in animateResizePip()
|