Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DCameraAvailabilityListener.kt43 private var cutoutBounds = Rect() variable
64 cutoutBounds.set(
106 listeners.forEach { it.onApplyCameraProtection(cutoutProtectionPath, cutoutBounds) } in notifyCameraActive()
DScreenDecorations.java1200 Region cutoutBounds = rectsToRegion( in getInterceptRegion() local
1205 cutoutBounds.translate(-mLocation[0], -mLocation[1]); in getInterceptRegion()
1208 cutoutBounds.op(rootView.getLeft(), rootView.getTop(), rootView.getRight(), in getInterceptRegion()
1211 return cutoutBounds; in getInterceptRegion()