Searched refs:mCameraProtectionProgress (Results 1 – 1 of 1) sorted by relevance
795 private float mCameraProtectionProgress = HIDDEN_CAMERA_PROTECTION_SCALE; field in ScreenDecorations.DisplayCutoutView841 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()