Searched refs:getCopyOrRef (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | DisplayCutout.java | 187 mRects[BOUNDS_POSITION_LEFT] = getCopyOrRef(left, copyArguments); in Bounds() 188 mRects[BOUNDS_POSITION_TOP] = getCopyOrRef(top, copyArguments); in Bounds() 189 mRects[BOUNDS_POSITION_RIGHT] = getCopyOrRef(right, copyArguments); in Bounds() 190 mRects[BOUNDS_POSITION_BOTTOM] = getCopyOrRef(bottom, copyArguments); in Bounds() 424 this(getCopyOrRef(safeInsets.toRect(), true), Insets.NONE, in DisplayCutout() 452 this(getCopyOrRef(safeInsets.toRect(), true), waterfallInsets, in DisplayCutout() 506 this(getCopyOrRef(safeInsets.toRect(), true), waterfallInsets, in DisplayCutout() 525 this(getCopyOrRef(safeInsets, true), Insets.NONE, in DisplayCutout() 550 this(getCopyOrRef(safeInsets, copyArguments), waterfallInsets, in DisplayCutout() 557 this(getCopyOrRef(safeInsets, copyArguments), waterfallInsets, in DisplayCutout() [all …]
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 16061 HSPLandroid/view/DisplayCutout;->getCopyOrRef(Landroid/graphics/Rect;Z)Landroid/graphics/Rect;
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 16125 HSPLandroid/view/DisplayCutout;->getCopyOrRef(Landroid/graphics/Rect;Z)Landroid/graphics/Rect;
|