Home
last modified time | relevance | path

Searched defs:copyArguments (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DDisplayCutout.java153 private Bounds(Rect left, Rect top, Rect right, Rect bottom, boolean copyArguments) { in Bounds()
162 private Bounds(Rect[] rects, boolean copyArguments) { in Bounds()
285 Rect boundBottom, boolean copyArguments) { in DisplayCutout()
290 private DisplayCutout(Rect safeInsets, Rect[] bounds, boolean copyArguments) { in DisplayCutout()
301 private static Rect getCopyOrRef(Rect r, boolean copyArguments) { in getCopyOrRef()