Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
H A DPipBoundsState.java505 private final @NonNull Rect mBoundsInMotion = new Rect(); field in PipBoundsState.MotionBoundsState
511 return !mBoundsInMotion.isEmpty(); in isInMotion()
516 mBoundsInMotion.set(bounds); in setBoundsInMotion()
526 mBoundsInMotion.setEmpty(); in onAllAnimationsEnded()
537 return mBoundsInMotion; in getBoundsInMotion()
549 pw.println(innerPrefix + "mBoundsInMotion=" + mBoundsInMotion); in dump()