Home
last modified time | relevance | path

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 DPipAnimationController.java173 Rect baseBounds, Rect startBounds, Rect endBounds, Rect sourceHintRect, in getAnimator() argument
195 PipTransitionAnimator.ofBounds(taskInfo, leash, baseBounds, startBounds, in getAnimator()
H A DPipTransition.java735 final Rect baseBounds, final Rect startBounds, final Rect endBounds, in startExpandAnimation() argument
740 mPipAnimationController.getAnimator(taskInfo, leash, baseBounds, startBounds, in startExpandAnimation()
H A DPipTaskOrganizer.java1721 Rect baseBounds = direction == TRANSITION_DIRECTION_SNAP_AFTER_RESIZE in animateResizePip() local
1726 .getAnimator(mTaskInfo, mLeash, baseBounds, currentBounds, destinationBounds, in animateResizePip()