Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DPipBoundsState.java560 private final @NonNull Rect mBoundsInMotion = new Rect(); field in PipBoundsState.MotionBoundsState
566 return !mBoundsInMotion.isEmpty(); in isInMotion()
571 mBoundsInMotion.set(bounds); in setBoundsInMotion()
581 mBoundsInMotion.setEmpty(); in onAllAnimationsEnded()
592 return mBoundsInMotion; in getBoundsInMotion()
604 pw.println(innerPrefix + "mBoundsInMotion=" + mBoundsInMotion); in dump()