Searched refs:mWindowCrop (Results 1 – 1 of 1) sorted by relevance
52 private final Rect mWindowCrop; field in PictureInPictureSurfaceTransaction64 mWindowCrop = in.readTypedObject(Rect.CREATOR); in PictureInPictureSurfaceTransaction()83 mWindowCrop = (windowCrop == null) ? null : new Rect(windowCrop); in PictureInPictureSurfaceTransaction()89 other.mWindowCrop); in PictureInPictureSurfaceTransaction()131 && Objects.equals(mWindowCrop, that.mWindowCrop) in equals()139 mRotation, mCornerRadius, mShadowRadius, mWindowCrop, in hashCode()156 out.writeTypedObject(mWindowCrop, 0 /* flags */); in writeToParcel()170 + " crop=" + mWindowCrop in toString()185 if (surfaceTransaction.mWindowCrop != null) { in apply()217 private Rect mWindowCrop; field in PictureInPictureSurfaceTransaction.Builder[all …]