Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPipMotionHelper.java181 mPipBoundsState.getMotionBoundsState().getBoundsInMotion()); in PipMotionHelper()
190 mPipBoundsState.getMotionBoundsState().getBoundsInMotion()); in init()
429 final int startValueY = mPipBoundsState.getMotionBoundsState().getBoundsInMotion().top; in movetoTarget()
700 mPipBoundsState.getMotionBoundsState().getBoundsInMotion())) {
715 mPipBoundsState.getMotionBoundsState().getBoundsInMotion());
751 mPipBoundsState.setBounds(mPipBoundsState.getMotionBoundsState().getBoundsInMotion());
766 mContext, mPipBoundsState.getMotionBoundsState().getBoundsInMotion(),
DPipTouchHandler.java1078 ? mPipBoundsState.getMotionBoundsState().getBoundsInMotion()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipMotionHelper.java190 mPipBoundsState.getMotionBoundsState().getBoundsInMotion(), null); in PipMotionHelper()
197 mPipBoundsState.getMotionBoundsState().getBoundsInMotion()); in init()
437 final int startValueY = mPipBoundsState.getMotionBoundsState().getBoundsInMotion().top; in movetoTarget()
647 mPipBoundsState.getMotionBoundsState().getBoundsInMotion());
710 mContext, mPipBoundsState.getMotionBoundsState().getBoundsInMotion(),
DPipTouchHandler.java1068 ? mPipBoundsState.getMotionBoundsState().getBoundsInMotion()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DPipBoundsState.java591 public Rect getBoundsInMotion() { in getBoundsInMotion() method in PipBoundsState.MotionBoundsState