Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipMotionHelper.java203 if (mPipBoundsState.getMotionBoundsState().isInMotion()) { in PipMotionHelper()
205 mPipBoundsState.getMotionBoundsState().getBoundsInMotion(), null); in PipMotionHelper()
213 mPipBoundsState.getMotionBoundsState().getBoundsInMotion()); in init()
221 return !mPipBoundsState.getMotionBoundsState().getAnimatingToBounds().isEmpty() in getFloatingBoundsOnScreen()
222 ? mPipBoundsState.getMotionBoundsState().getAnimatingToBounds() : getBounds(); in getFloatingBoundsOnScreen()
241 mPipBoundsState.getMotionBoundsState().onAllAnimationsEnded(); in synchronizePinnedStackBounds()
276 mPipBoundsState.getMotionBoundsState().setBoundsInMotion(toBounds); in movePip()
318 if (!mPipBoundsState.getMotionBoundsState().isInMotion()) { in animateIntoDismissTarget()
319 mPipBoundsState.getMotionBoundsState().setBoundsInMotion(getBounds()); in animateIntoDismissTarget()
436 final int startValueY = mPipBoundsState.getMotionBoundsState().getBoundsInMotion().top; in movetoTarget()
[all …]
DPipTouchHandler.java1027 return mPipBoundsState.getMotionBoundsState().isInMotion()
1028 ? mPipBoundsState.getMotionBoundsState().getBoundsInMotion()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipBoundsState.java326 public MotionBoundsState getMotionBoundsState() { in getMotionBoundsState() method in PipBoundsState