D | DisplayCutout.java | 149 private static class Bounds { class in DisplayCutout 152 private Bounds(Rect left, Rect top, Rect right, Rect bottom, boolean copyArguments) { in Bounds() method in DisplayCutout.Bounds 161 private Bounds(Rect[] rects, boolean copyArguments) { in Bounds() method in DisplayCutout.Bounds 217 if (o instanceof Bounds) { in equals() 218 Bounds b = (Bounds) o; in equals() 231 private final Bounds mBounds; 286 mBounds = new Bounds(boundLeft, boundTop, boundRight, boundBottom, copyArguments); in DisplayCutout() 291 mBounds = new Bounds(bounds, copyArguments); in DisplayCutout() 294 private DisplayCutout(Rect safeInsets, Bounds bounds) { in DisplayCutout()
|