Searched refs:mWaterfallInsets (Results 1 – 1 of 1) sorted by relevance
101 private final Insets mWaterfallInsets; field in DisplayCutout306 mWaterfallInsets = waterfallInsets == null ? Insets.NONE : waterfallInsets; in DisplayCutout()313 mWaterfallInsets = waterfallInsets == null ? Insets.NONE : waterfallInsets; in DisplayCutout()319 mWaterfallInsets = waterfallInsets == null ? Insets.NONE : waterfallInsets; in DisplayCutout()345 return mWaterfallInsets; in getWaterfallInsets()534 + mWaterfallInsets.hashCode(); in hashCode()545 && mWaterfallInsets.equals(c.mWaterfallInsets); in equals()553 + " waterfall=" + mWaterfallInsets in toString()568 mWaterfallInsets.toRect().dumpDebug(proto, INSETS); in dumpDebug()580 || (isBoundsEmpty() && mWaterfallInsets.equals(Insets.NONE))) { in inset()[all …]