Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/
DAuthMethodBouncerViewModel.kt42 private val _animateFailure = MutableStateFlow(false) constant
47 val animateFailure: StateFlow<Boolean> = _animateFailure.asStateFlow()
77 _animateFailure.value = false in onFailureAnimationShown()
100 _animateFailure.value = authenticationResult != AuthenticationResult.SUCCEEDED in clearInput()