Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthRippleView.kt64 private var dwellPulseOutAnimator: Animator? = null in <lambda>() variable
121 if (dwellPulseOutAnimator?.isRunning == true) { in <lambda>()
151 dwellPulseOutAnimator?.cancel() in <lambda>()
173 if (dwellPulseOutAnimator?.isRunning == true || retractDwellAnimator?.isRunning == true) { in <lambda>()
187 dwellPulseOutAnimator?.cancel() in <lambda>()
205 if (unlockedRippleAnimator?.isRunning == true || dwellPulseOutAnimator?.isRunning == true) { in <lambda>()
236 dwellPulseOutAnimator = AnimatorSet().apply { in <lambda>()