Searched refs:setBoundsInMotion (Results 1 – 3 of 3) sorted by relevance
258 mPipBoundsState.getMotionBoundsState().setBoundsInMotion(toBounds); in movePip()301 mPipBoundsState.getMotionBoundsState().setBoundsInMotion(getBounds()); in animateIntoDismissTarget()452 mPipBoundsState.getMotionBoundsState().setBoundsInMotion(getBounds());
253 mPipBoundsState.getMotionBoundsState().setBoundsInMotion(toBounds); in movePip()293 mPipBoundsState.getMotionBoundsState().setBoundsInMotion(getBounds()); in animateIntoDismissTarget()444 mPipBoundsState.getMotionBoundsState().setBoundsInMotion(getBounds());
570 public void setBoundsInMotion(@NonNull Rect bounds) { in setBoundsInMotion() method in PipBoundsState.MotionBoundsState