Searched refs:mWaterfallInsets (Results 1 – 2 of 2) sorted by relevance
128 private final Insets mWaterfallInsets; field in DisplayCutout569 mWaterfallInsets = waterfallInsets == null ? Insets.NONE : waterfallInsets; in DisplayCutout()596 return mWaterfallInsets; in getWaterfallInsets()848 result = 48271 * result + mWaterfallInsets.hashCode(); in hashCode()862 && mWaterfallInsets.equals(c.mWaterfallInsets) in equals()872 + " waterfall=" + mWaterfallInsets in toString()927 mWaterfallInsets.toRect().dumpDebug(proto, WATERFALL_INSETS); in dumpDebug()944 || (isBoundsEmpty() && mWaterfallInsets.equals(Insets.NONE))) { in inset()958 mWaterfallInsets.toRect()); in inset()999 return new DisplayCutout(new Rect(safeInsets), mWaterfallInsets, mBounds, in replaceSafeInsets()[all …]
140 private Insets mWaterfallInsets = Insets.NONE; field in PointerLocationView251 mWaterfallInsets = waterfallInsets; in onApplyWindowInsets()412 final int w = getWidth() - mWaterfallInsets.left - mWaterfallInsets.right; in drawLabels()418 canvas.translate(mWaterfallInsets.left, 0); in drawLabels()