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