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.java898 private float mCameraProtectionProgress = HIDDEN_CAMERA_PROTECTION_SCALE; field in ScreenDecorations.DisplayCutoutView
946 if (mCameraProtectionProgress > HIDDEN_CAMERA_PROTECTION_SCALE in onDraw()
948 canvas.scale(mCameraProtectionProgress, mCameraProtectionProgress, in onDraw()
1002 mCameraProtectionAnimator = ValueAnimator.ofFloat(mCameraProtectionProgress, in setShowProtection()
1006 mCameraProtectionProgress = (float) animation.getAnimatedValue(); in setShowProtection()