Home
last modified time | relevance | path

Searched refs:mWindowCrop (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/window/
DPictureInPictureSurfaceTransaction.java48 private final Rect mWindowCrop = new Rect(); field in PictureInPictureSurfaceTransaction
57 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()