Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplayAdjustments.java149 return rotationAdjustments != null && rotationAdjustments.mRotatedDisplayCutout != null in getDisplayCutout()
150 ? rotationAdjustments.mRotatedDisplayCutout in getDisplayCutout()
219 final DisplayCutout mRotatedDisplayCutout; field in DisplayAdjustments.FixedRotationAdjustments
226 mRotatedDisplayCutout = cutout; in FixedRotationAdjustments()
235 hash = hash * 31 + Objects.hashCode(mRotatedDisplayCutout); in hashCode()
247 && Objects.equals(mRotatedDisplayCutout, other.mRotatedDisplayCutout); in equals()
254 + " cutout=" + mRotatedDisplayCutout + "}"; in toString()
268 new DisplayCutout.ParcelableWrapper(mRotatedDisplayCutout), flags); in writeToParcel()
277 mRotatedDisplayCutout = cutoutWrapper != null ? cutoutWrapper.get() : null; in FixedRotationAdjustments()