Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplayCutout.java128 private final Insets mWaterfallInsets; field in DisplayCutout
569 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 …]
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java140 private Insets mWaterfallInsets = Insets.NONE; field in PointerLocationView
251 mWaterfallInsets = waterfallInsets; in onApplyWindowInsets()
412 final int w = getWidth() - mWaterfallInsets.left - mWaterfallInsets.right; in drawLabels()
418 canvas.translate(mWaterfallInsets.left, 0); in drawLabels()