Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipMotionHelper.java258 mPipBoundsState.getMotionBoundsState().setBoundsInMotion(toBounds); in movePip()
301 mPipBoundsState.getMotionBoundsState().setBoundsInMotion(getBounds()); in animateIntoDismissTarget()
452 mPipBoundsState.getMotionBoundsState().setBoundsInMotion(getBounds());
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPipMotionHelper.java253 mPipBoundsState.getMotionBoundsState().setBoundsInMotion(toBounds); in movePip()
293 mPipBoundsState.getMotionBoundsState().setBoundsInMotion(getBounds()); in animateIntoDismissTarget()
444 mPipBoundsState.getMotionBoundsState().setBoundsInMotion(getBounds());
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DPipBoundsState.java570 public void setBoundsInMotion(@NonNull Rect bounds) { in setBoundsInMotion() method in PipBoundsState.MotionBoundsState