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.java787 private boolean mShowProtection = false; field in ScreenDecorations.DisplayCutoutView
883 if (mShowProtection == shouldShow) { in setShowProtection()
887 mShowProtection = shouldShow; in setShowProtection()
891 if (mShowProtection) { in setShowProtection()
898 mShowProtection ? 1.0f : HIDDEN_CAMERA_PROTECTION_SCALE).setDuration(750); in setShowProtection()
908 if (!mShowProtection) { in setShowProtection()
1028 if (mShowProtection) { in onMeasure()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarEdgePanel.java165 private boolean mShowProtection = false; field in NavigationBarEdgePanel
370 mShowProtection = showProtection; in setShowProtection()
497 if (mShowProtection) { in onDraw()