Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DDisplayCutoutBaseViewTest.kt138 cutoutBaseView.setProtection(path, bounds) in testCutoutProtection()
157 cutoutBaseView.setProtection(path, bounds) in testCutoutProtection_withDisplayRatio()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDisplayCutoutBaseView.kt246 open fun setProtection(path: Path, pathBounds: Rect) { in <lambda>() method in com.android.systemui.DisplayCutoutBaseView
DScreenDecorations.java199 overlay.setProtection(protectionPath, bounds); in showCameraProtection()
212 mScreenDecorHwcLayer.setProtection(protectionPath, bounds); in showCameraProtection()
226 dcv.setProtection(protectionPath, bounds); in showCameraProtection()