Searched refs:mLockScreenFp (Results 1 – 1 of 1) sorted by relevance
51 private LottieAnimationView mLockScreenFp; field in UdfpsKeyguardView84 mLockScreenFp = findViewById(R.id.udfps_lockscreen_fp); in onFinishInflate()90 mLockScreenFp.addValueCallback( in onFinishInflate()129 mLockScreenFp.setTranslationX(mBurnInOffsetX); in updateBurnInOffsets()130 mLockScreenFp.setTranslationY(mBurnInOffsetY); in updateBurnInOffsets()131 mLockScreenFp.setProgress(1f - mInterpolatedDarkAmount); in updateBurnInOffsets()132 mLockScreenFp.setAlpha((1f - mInterpolatedDarkAmount) * 255); in updateBurnInOffsets()147 mLockScreenFp.invalidate(); // updated with a valueCallback in updateColor()168 mLockScreenFp.setAlpha(alpha / 255f); in updateAlpha()