Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipMotionHelper.java205 mPipBoundsState.getMotionBoundsState().getBoundsInMotion(), null); in PipMotionHelper()
213 mPipBoundsState.getMotionBoundsState().getBoundsInMotion()); in init()
436 final int startValueY = mPipBoundsState.getMotionBoundsState().getBoundsInMotion().top; in movetoTarget()
639 mPipBoundsState.getMotionBoundsState().getBoundsInMotion());
698 mContext, mPipBoundsState.getMotionBoundsState().getBoundsInMotion(),
DPipTouchHandler.java1028 ? mPipBoundsState.getMotionBoundsState().getBoundsInMotion()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipBoundsState.java455 public Rect getBoundsInMotion() { in getBoundsInMotion() method in PipBoundsState.MotionBoundsState