D | DisplayCutout.java | 182 private static class Bounds { class in DisplayCutout 185 private Bounds(Rect left, Rect top, Rect right, Rect bottom, boolean copyArguments) { in Bounds() method in DisplayCutout.Bounds 194 private Bounds(Rect[] rects, boolean copyArguments) { in Bounds() method in DisplayCutout.Bounds 257 if (o instanceof Bounds) { in equals() 258 Bounds b = (Bounds) o; in equals() 271 private final Bounds mBounds; 425 new Bounds(boundLeft, boundTop, boundRight, boundBottom, true), null, null); in DisplayCutout() 453 new Bounds(boundLeft, boundTop, boundRight, boundBottom, true), info, null); in DisplayCutout() 481 new Bounds(boundLeft, boundTop, boundRight, boundBottom, true), in DisplayCutout() 507 new Bounds(boundLeft, boundTop, boundRight, boundBottom, true), null, null); in DisplayCutout() [all …]
|