Searched refs:mBgProtection (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | UdfpsKeyguardViewLegacy.java | 65 private ImageView mBgProtection; field in UdfpsKeyguardViewLegacy 152 mBgProtection.setAlpha(1f - mInterpolatedDarkAmount); in updateBurnInOffsets() 157 mBgProtection.setAlpha(mAlpha / 255f); in updateBurnInOffsets() 160 mBgProtection.setAlpha(0f); in updateBurnInOffsets() 195 mBgProtection.setImageTintList(ColorStateList.valueOf(backgroundColor)); in updateColor() 275 ObjectAnimator.ofFloat(mBgProtection, View.ALPHA, 0f, 1f), in animateInUdfpsBouncer() 276 ObjectAnimator.ofFloat(mBgProtection, View.SCALE_X, 0f, 1f), in animateInUdfpsBouncer() 277 ObjectAnimator.ofFloat(mBgProtection, View.SCALE_Y, 0f, 1f)); in animateInUdfpsBouncer() 311 mBgProtection = view.findViewById(R.id.udfps_keyguard_fp_bg);
|