Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipMotionHelper.java251 mPipBoundsState.getMotionBoundsState().setBoundsInMotion(toBounds); in movePip()
294 mPipBoundsState.getMotionBoundsState().setBoundsInMotion(getBounds()); in animateIntoDismissTarget()
435 mPipBoundsState.getMotionBoundsState().setBoundsInMotion(getBounds());
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
H A DPipBoundsState.java515 public void setBoundsInMotion(@NonNull Rect bounds) { in setBoundsInMotion() method in PipBoundsState.MotionBoundsState