Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DCameraAvailabilityListener.kt38 private val cutoutProtectionPath: Path, constant in com.android.systemui.CameraAvailabilityListener
63 cutoutProtectionPath.computeBounds(computed, false /* unused */)
106 listeners.forEach { it.onApplyCameraProtection(cutoutProtectionPath, cutoutBounds) } in notifyCameraActive()