Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java889 private boolean mShowProtection = false; field in ScreenDecorations.DisplayCutoutView
988 if (mShowProtection == shouldShow) { in setShowProtection()
992 mShowProtection = shouldShow; in setShowProtection()
996 if (mShowProtection) { in setShowProtection()
1003 mShowProtection ? 1.0f : HIDDEN_CAMERA_PROTECTION_SCALE).setDuration(750); in setShowProtection()
1013 if (!mShowProtection) { in setShowProtection()
1131 if (mShowProtection) { in onMeasure()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarEdgePanel.java153 private boolean mShowProtection = false; field in NavigationBarEdgePanel
337 mShowProtection = showProtection; in setShowProtection()
439 if (mShowProtection) { in onDraw()