Searched refs:mAodFp (Results 1 – 1 of 1) sorted by relevance
60 private LottieAnimationView mAodFp; field in UdfpsKeyguardViewLegacy164 mAodFp.setTranslationX(burnInOffsetX); in updateBurnInOffsets()165 mAodFp.setTranslationY(burnInOffsetY); in updateBurnInOffsets()166 mAodFp.setProgress(burnInProgress); in updateBurnInOffsets()167 mAodFp.setAlpha(mInterpolatedDarkAmount); in updateBurnInOffsets()203 if (mLockScreenFp == null || mAodFp == null) { in updatePadding()211 mAodFp.setPadding(padding, padding, padding, padding); in updatePadding()307 mAodFp = view.findViewById(R.id.udfps_aod_fp);