D | DisplayCutout.java | 150 private static class Bounds { class in DisplayCutout 153 private Bounds(Rect left, Rect top, Rect right, Rect bottom, boolean copyArguments) { in Bounds() method in DisplayCutout.Bounds 162 private Bounds(Rect[] rects, boolean copyArguments) { in Bounds() method in DisplayCutout.Bounds 218 if (o instanceof Bounds) { in equals() 219 Bounds b = (Bounds) o; in equals() 232 private final Bounds mBounds; 287 mBounds = new Bounds(boundLeft, boundTop, boundRight, boundBottom, copyArguments); in DisplayCutout() 292 mBounds = new Bounds(bounds, copyArguments); in DisplayCutout() 295 private DisplayCutout(Rect safeInsets, Bounds bounds) { in DisplayCutout()
|