Searched refs:mBoundsInMotion (Results 1 – 1 of 1) sorted by relevance
505 private final @NonNull Rect mBoundsInMotion = new Rect(); field in PipBoundsState.MotionBoundsState511 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()