Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipMotionHelper.java181 if (mPipBoundsState.getMotionBoundsState().isInMotion()) { in PipMotionHelper()
190 mPipBoundsState.getMotionBoundsState().getBoundsInMotion()); in init()
216 mPipBoundsState.getMotionBoundsState().onAllAnimationsEnded(); in synchronizePinnedStackBounds()
251 mPipBoundsState.getMotionBoundsState().setBoundsInMotion(toBounds); in movePip()
293 if (!mPipBoundsState.getMotionBoundsState().isInMotion()) { in animateIntoDismissTarget()
294 mPipBoundsState.getMotionBoundsState().setBoundsInMotion(getBounds()); in animateIntoDismissTarget()
547 mPipBoundsState.getMotionBoundsState().onPhysicsAnimationEnded();
625 mPipBoundsState.getMotionBoundsState().getBoundsInMotion());
626 mPipBoundsState.getMotionBoundsState().onAllAnimationsEnded();
633 mPipBoundsState.getMotionBoundsState().onPhysicsAnimationEnded();
[all …]
H A DPipTouchHandler.java1045 return mPipBoundsState.getMotionBoundsState().isInMotion()
1046 ? mPipBoundsState.getMotionBoundsState().getBoundsInMotion()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
H A DPipBoundsState.java346 public MotionBoundsState getMotionBoundsState() { in getMotionBoundsState() method in PipBoundsState