Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java875 private static final float HIDDEN_CAMERA_PROTECTION_SCALE = 0.5f; field in ScreenDecorations.DisplayCutoutView
898 private float mCameraProtectionProgress = HIDDEN_CAMERA_PROTECTION_SCALE;
946 if (mCameraProtectionProgress > HIDDEN_CAMERA_PROTECTION_SCALE in onDraw()
1003 mShowProtection ? 1.0f : HIDDEN_CAMERA_PROTECTION_SCALE).setDuration(750); in setShowProtection()