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