Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java148 mCutoutTop.setShowProtection(true);
150 mCutoutBottom.setShowProtection(true);
156 mCutoutTop.setShowProtection(false);
157 mCutoutBottom.setShowProtection(false);
987 void setShowProtection(boolean shouldShow) { in setShowProtection() method in ScreenDecorations.DisplayCutoutView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarEdgePanel.java336 public void setShowProtection(boolean showProtection) { in setShowProtection() method in NavigationBarEdgePanel