Home
last modified time | relevance | path

Searched defs:protectionPath (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDisplayCutoutBaseView.kt69 @JvmField val protectionPath: Path = Path() in <lambda>() constant in com.android.systemui.DisplayCutoutBaseView
DScreenDecorations.java181 protected void showCameraProtection(@NonNull Path protectionPath, @NonNull Rect bounds) { in showCameraProtection()