Searched refs:mSafeInsets (Results 1 – 1 of 1) sorted by relevance
95 private final Rect mSafeInsets; field in DisplayCutout120 mSafeInsets = safeInsets == null ? ZERO_RECT : in DisplayCutout()133 return mSafeInsets.equals(ZERO_RECT); in isEmpty()147 return mSafeInsets.top; in getSafeInsetTop()152 return mSafeInsets.bottom; in getSafeInsetBottom()157 return mSafeInsets.left; in getSafeInsetLeft()162 return mSafeInsets.right; in getSafeInsetRight()172 return new Rect(mSafeInsets); in getSafeInsets()236 int result = mSafeInsets.hashCode(); in hashCode()248 return mSafeInsets.equals(c.mSafeInsets) in equals()[all …]