Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
H A DFingerprintEnrollEnrolling.java127 @Nullable private AnimatedVectorDrawable mIconBackgroundBlinksDrawable; field in FingerprintEnrollEnrolling
214 mIconBackgroundBlinksDrawable = (AnimatedVectorDrawable) in onCreate()
331 if (mIconBackgroundBlinksDrawable != null) { in animateFlash()
332 mIconBackgroundBlinksDrawable.start(); in animateFlash()