Searched refs:mBoundsInMotion (Results 1 – 1 of 1) sorted by relevance
424 private final @NonNull Rect mBoundsInMotion = new Rect(); field in PipBoundsState.MotionBoundsState430 return !mBoundsInMotion.isEmpty(); in isInMotion()435 mBoundsInMotion.set(bounds); in setBoundsInMotion()445 mBoundsInMotion.setEmpty(); in onAllAnimationsEnded()456 return mBoundsInMotion; in getBoundsInMotion()468 pw.println(innerPrefix + "mBoundsInMotion=" + mBoundsInMotion); in dump()