Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplayCutout.java149 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()
305 mSafeInsets = getCopyOrRef(safeInsets, copyArguments); in DisplayCutout()
312 mSafeInsets = getCopyOrRef(safeInsets, copyArguments); in DisplayCutout()
324 private static Rect getCopyOrRef(Rect r, boolean copyArguments) { in getCopyOrRef() method in DisplayCutout
/frameworks/base/config/
Dboot-image-profile.txt21200 HSPLandroid/view/DisplayCutout;->getCopyOrRef(Landroid/graphics/Rect;Z)Landroid/graphics/Rect;