Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplayCutout.java145 private final Rect[] mRects; field in DisplayCutout.Bounds
148 mRects = new Rect[BOUNDS_POSITION_LENGTH]; in Bounds()
149 mRects[BOUNDS_POSITION_LEFT] = getCopyOrRef(left, copyArguments); in Bounds()
150 mRects[BOUNDS_POSITION_TOP] = getCopyOrRef(top, copyArguments); in Bounds()
151 mRects[BOUNDS_POSITION_RIGHT] = getCopyOrRef(right, copyArguments); in Bounds()
152 mRects[BOUNDS_POSITION_BOTTOM] = getCopyOrRef(bottom, copyArguments); in Bounds()
162 mRects = new Rect[BOUNDS_POSITION_LENGTH]; in Bounds()
164 mRects[i] = new Rect(rects[i]); in Bounds()
174 mRects = rects; in Bounds()
179 for (Rect rect : mRects) { in isEmpty()
[all …]