Searched refs:getMotionBoundsState (Results 1 – 3 of 3) sorted by relevance
181 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 …]
1045 return mPipBoundsState.getMotionBoundsState().isInMotion()1046 ? mPipBoundsState.getMotionBoundsState().getBoundsInMotion()
346 public MotionBoundsState getMotionBoundsState() { in getMotionBoundsState() method in PipBoundsState