Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DCameraAvailabilityListener.kt117 fun onApplyCameraProtection(protectionPath: Path, bounds: Rect) in onApplyCameraProtection()
DScreenDecorations.java145 public void onApplyCameraProtection(@NonNull Path protectionPath, @NonNull Rect bounds) {
147 mCutoutTop.setProtection(protectionPath, bounds);
149 mCutoutBottom.setProtection(protectionPath, bounds);
974 void setProtection(Path protectionPath, Rect pathBounds) { in setProtection() argument
979 mProtectionPathOrig.set(protectionPath); in setProtection()