Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java795 private float mCameraProtectionProgress = HIDDEN_CAMERA_PROTECTION_SCALE; field in ScreenDecorations.DisplayCutoutView
841 if (mCameraProtectionProgress > HIDDEN_CAMERA_PROTECTION_SCALE in onDraw()
843 canvas.scale(mCameraProtectionProgress, mCameraProtectionProgress, in onDraw()
897 mCameraProtectionAnimator = ValueAnimator.ofFloat(mCameraProtectionProgress, in setShowProtection()
901 mCameraProtectionProgress = (float) animation.getAnimatedValue(); in setShowProtection()