Home
last modified time | relevance | path

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

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