Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DCameraAvailabilityListener.kt117 fun onApplyCameraProtection(protectionPath: Path, bounds: Rect)
H A DScreenDecorations.java172 public void onApplyCameraProtection(@NonNull Path protectionPath, @NonNull Rect bounds) {
181 dcv.setProtection(protectionPath, bounds);
1170 void setProtection(Path protectionPath, Rect pathBounds) { in setProtection() argument
1175 mProtectionPathOrig.set(protectionPath); in setProtection()