Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java147 mCutoutTop.setProtection(protectionPath, bounds);
149 mCutoutBottom.setProtection(protectionPath, bounds);
974 void setProtection(Path protectionPath, Rect pathBounds) { in setProtection() method in ScreenDecorations.DisplayCutoutView