Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsFrameProvider.java111 private Insets mMinimalInsetsSizeInDisplayCutoutSafe = null; field in InsetsFrameProvider
207 mMinimalInsetsSizeInDisplayCutoutSafe = minimalInsetsSizeInDisplayCutoutSafe; in setMinimalInsetsSizeInDisplayCutoutSafe()
212 return mMinimalInsetsSizeInDisplayCutoutSafe; in getMinimalInsetsSizeInDisplayCutoutSafe()
253 if (mMinimalInsetsSizeInDisplayCutoutSafe != null) { in toString()
255 .append(mMinimalInsetsSizeInDisplayCutoutSafe); in toString()
285 mMinimalInsetsSizeInDisplayCutoutSafe = in.readTypedObject(Insets.CREATOR); in InsetsFrameProvider()
297 out.writeTypedObject(mMinimalInsetsSizeInDisplayCutoutSafe, flags); in writeToParcel()
318 && Objects.equals(mMinimalInsetsSizeInDisplayCutoutSafe, in equals()
319 other.mMinimalInsetsSizeInDisplayCutoutSafe) in equals()
327 mMinimalInsetsSizeInDisplayCutoutSafe, Arrays.hashCode(mBoundingRects)); in hashCode()