Searched refs:mWindowCrop (Results 1 – 1 of 1) sorted by relevance
48 private final Rect mWindowCrop = new Rect(); field in PictureInPictureSurfaceTransaction57 mWindowCrop.set(Objects.requireNonNull(in.readTypedObject(Rect.CREATOR))); in PictureInPictureSurfaceTransaction()69 mWindowCrop.set(windowCrop); in PictureInPictureSurfaceTransaction()75 other.mFloat9, other.mRotation, other.mCornerRadius, other.mWindowCrop); in PictureInPictureSurfaceTransaction()95 && Objects.equals(mWindowCrop, that.mWindowCrop); in equals()101 mRotation, mCornerRadius, mWindowCrop); in hashCode()116 out.writeTypedObject(mWindowCrop, 0 /* flags */); in writeToParcel()128 + " crop=" + mWindowCrop in toString()140 .setWindowCrop(surfaceControl, surfaceTransaction.mWindowCrop) in apply()