Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DFingerprintEnrollEnrolling.java114 @Nullable private AnimatedVectorDrawable mIconBackgroundBlinksDrawable; field in FingerprintEnrollEnrolling
176 mIconBackgroundBlinksDrawable = (AnimatedVectorDrawable) in onCreate()
293 if (mIconBackgroundBlinksDrawable != null) { in animateFlash()
294 mIconBackgroundBlinksDrawable.start(); in animateFlash()