Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplayCutout.java155 mRects[BOUNDS_POSITION_LEFT] = getCopyOrRef(left, copyArguments); in Bounds()
156 mRects[BOUNDS_POSITION_TOP] = getCopyOrRef(top, copyArguments); in Bounds()
157 mRects[BOUNDS_POSITION_RIGHT] = getCopyOrRef(right, copyArguments); in Bounds()
158 mRects[BOUNDS_POSITION_BOTTOM] = getCopyOrRef(bottom, copyArguments); in Bounds()
286 mSafeInsets = getCopyOrRef(safeInsets, copyArguments); in DisplayCutout()
291 mSafeInsets = getCopyOrRef(safeInsets, copyArguments); in DisplayCutout()
301 private static Rect getCopyOrRef(Rect r, boolean copyArguments) { in getCopyOrRef() method in DisplayCutout