Searched refs:protectionPath (Results 1 – 2 of 2) sorted by relevance
117 fun onApplyCameraProtection(protectionPath: Path, bounds: Rect) in onApplyCameraProtection()
145 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() argument979 mProtectionPathOrig.set(protectionPath); in setProtection()