Searched refs:UdfpsFpDrawable (Results 1 – 5 of 5) sorted by relevance
32 private val fingerprintDrawable: UdfpsFpDrawable = UdfpsFpDrawable(context)
36 private val fingerprintDrawable: UdfpsFpDrawable = UdfpsFpDrawable(context)
24 class UdfpsFpDrawable(context: Context) : UdfpsDrawable(context) { class
33 private val fingerprintDrawablePlaceHolder = UdfpsFpDrawable(context)
83 mFingerprintDrawable = new UdfpsFpDrawable(context); in UdfpsKeyguardViewLegacy()