Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipMotionHelper.java183 mPipBoundsState.getMotionBoundsState().getBoundsInMotion(), null); in PipMotionHelper()
190 mPipBoundsState.getMotionBoundsState().getBoundsInMotion()); in init()
420 final int startValueY = mPipBoundsState.getMotionBoundsState().getBoundsInMotion().top; in movetoTarget()
625 mPipBoundsState.getMotionBoundsState().getBoundsInMotion());
687 mContext, mPipBoundsState.getMotionBoundsState().getBoundsInMotion(),
H A DPipTouchHandler.java1046 ? mPipBoundsState.getMotionBoundsState().getBoundsInMotion()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
H A DPipBoundsState.java536 public Rect getBoundsInMotion() { in getBoundsInMotion() method in PipBoundsState.MotionBoundsState