Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsKeyguardViewLegacy.java65 private ImageView mBgProtection; field in UdfpsKeyguardViewLegacy
150 mBgProtection.setAlpha(1f - mInterpolatedDarkAmount); in updateBurnInOffsets()
156 mBgProtection.setAlpha(mAlpha / 255f); in updateBurnInOffsets()
159 mBgProtection.setAlpha(0f); in updateBurnInOffsets()
194 mBgProtection.setImageTintList(ColorStateList.valueOf(backgroundColor)); in updateColor()
274 ObjectAnimator.ofFloat(mBgProtection, View.ALPHA, 0f, 1f), in animateInUdfpsBouncer()
275 ObjectAnimator.ofFloat(mBgProtection, View.SCALE_X, 0f, 1f), in animateInUdfpsBouncer()
276 ObjectAnimator.ofFloat(mBgProtection, View.SCALE_Y, 0f, 1f)); in animateInUdfpsBouncer()
309 mBgProtection = view.findViewById(R.id.udfps_keyguard_fp_bg);