Searched refs:mWaterfallInsets (Results 1 – 2 of 2) sorted by relevance
120 private final Insets mWaterfallInsets; field in DisplayCutout501 mWaterfallInsets = waterfallInsets == null ? Insets.NONE : waterfallInsets; in DisplayCutout()509 mWaterfallInsets = waterfallInsets == null ? Insets.NONE : waterfallInsets; in DisplayCutout()517 mWaterfallInsets = waterfallInsets == null ? Insets.NONE : waterfallInsets; in DisplayCutout()543 return mWaterfallInsets; in getWaterfallInsets()795 result = 48271 * result + mWaterfallInsets.hashCode(); in hashCode()808 && mWaterfallInsets.equals(c.mWaterfallInsets) in equals()817 + " waterfall=" + mWaterfallInsets in toString()833 mWaterfallInsets.toRect().dumpDebug(proto, INSETS); in dumpDebug()845 || (isBoundsEmpty() && mWaterfallInsets.equals(Insets.NONE))) { in inset()[all …]
141 private Insets mWaterfallInsets = Insets.NONE; field in PointerLocationView255 mWaterfallInsets = waterfallInsets; in onApplyWindowInsets()423 final int w = getWidth() - mWaterfallInsets.left - mWaterfallInsets.right; in drawLabels()429 canvas.translate(mWaterfallInsets.left, 0); in drawLabels()