Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorations.java1066 private boolean mShowProtection = false; field in ScreenDecorations.DisplayCutoutView
1184 if (mShowProtection == shouldShow) { in setShowProtection()
1188 mShowProtection = shouldShow; in setShowProtection()
1192 if (mShowProtection) { in setShowProtection()
1199 mShowProtection ? 1.0f : HIDDEN_CAMERA_PROTECTION_SCALE).setDuration(750); in setShowProtection()
1209 if (!mShowProtection) { in setShowProtection()
1330 if (mShowProtection) { in onMeasure()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DNavigationBarEdgePanel.java179 private boolean mShowProtection = false; field in NavigationBarEdgePanel
374 mShowProtection = !isPrimaryDisplay; in NavigationBarEdgePanel()
525 if (mShowProtection) { in onDraw()