Searched refs:getMotionBoundsState (Results 1 – 3 of 3) sorted by relevance
203 if (mPipBoundsState.getMotionBoundsState().isInMotion()) { in PipMotionHelper()205 mPipBoundsState.getMotionBoundsState().getBoundsInMotion(), null); in PipMotionHelper()213 mPipBoundsState.getMotionBoundsState().getBoundsInMotion()); in init()221 return !mPipBoundsState.getMotionBoundsState().getAnimatingToBounds().isEmpty() in getFloatingBoundsOnScreen()222 ? mPipBoundsState.getMotionBoundsState().getAnimatingToBounds() : getBounds(); in getFloatingBoundsOnScreen()241 mPipBoundsState.getMotionBoundsState().onAllAnimationsEnded(); in synchronizePinnedStackBounds()276 mPipBoundsState.getMotionBoundsState().setBoundsInMotion(toBounds); in movePip()318 if (!mPipBoundsState.getMotionBoundsState().isInMotion()) { in animateIntoDismissTarget()319 mPipBoundsState.getMotionBoundsState().setBoundsInMotion(getBounds()); in animateIntoDismissTarget()436 final int startValueY = mPipBoundsState.getMotionBoundsState().getBoundsInMotion().top; in movetoTarget()[all …]
1027 return mPipBoundsState.getMotionBoundsState().isInMotion()1028 ? mPipBoundsState.getMotionBoundsState().getBoundsInMotion()
326 public MotionBoundsState getMotionBoundsState() { in getMotionBoundsState() method in PipBoundsState