Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipMotionHelper.java276 mPipBoundsState.getMotionBoundsState().setBoundsInMotion(toBounds); in movePip()
319 mPipBoundsState.getMotionBoundsState().setBoundsInMotion(getBounds()); in animateIntoDismissTarget()
451 mPipBoundsState.getMotionBoundsState().setBoundsInMotion(getBounds());
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipBoundsState.java434 public void setBoundsInMotion(@NonNull Rect bounds) { in setBoundsInMotion() method in PipBoundsState.MotionBoundsState