Home
last modified time | relevance | path

Searched refs:restoredMovementBounds (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipTouchHandler.java721 Rect restoredMovementBounds = new Rect(); in animateToNormalSize() local
723 mInsetBounds, restoredMovementBounds, mIsImeShowing ? mImeHeight : 0); in animateToNormalSize()
725 mPipBoundsState.getMovementBounds(), restoredMovementBounds, callback); in animateToNormalSize()
729 Rect restoredMovementBounds = new Rect(); in animateToUnexpandedState() local
731 mInsetBounds, restoredMovementBounds, mIsImeShowing ? mImeHeight : 0); in animateToUnexpandedState()
733 restoredMovementBounds, mPipBoundsState.getMovementBounds(), false /* immediate */); in animateToUnexpandedState()