Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsBpView.kt32 private val fingerprintDrawable: UdfpsFpDrawable = UdfpsFpDrawable(context)
DUdfpsFpmEmptyView.kt36 private val fingerprintDrawable: UdfpsFpDrawable = UdfpsFpDrawable(context)
DUdfpsFpDrawable.kt24 class UdfpsFpDrawable(context: Context) : UdfpsDrawable(context) { class
DUdfpsKeyguardView.kt33 private val fingerprintDrawablePlaceHolder = UdfpsFpDrawable(context)
DUdfpsKeyguardViewLegacy.java83 mFingerprintDrawable = new UdfpsFpDrawable(context); in UdfpsKeyguardViewLegacy()