Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipTouchHandler.java438 mMotionHelper.animateToUnexpandedState(normalBounds, mSavedSnapFraction, in onMovementBoundsChanged()
681 animateToUnexpandedState(getUserResizeBounds()); in onPipMenuStateChangeStart()
728 private void animateToUnexpandedState(Rect restoreBounds) { in animateToUnexpandedState() method in PipTouchHandler
732 mMotionHelper.animateToUnexpandedState(restoreBounds, mSavedSnapFraction, in animateToUnexpandedState()
911 animateToUnexpandedState(getUserResizeBounds()); in onUp()
H A DPipMotionHelper.java478 void animateToUnexpandedState(Rect normalBounds, float savedSnapFraction,