Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/viewmodel/
DCredentialViewModel.kt77 private val _animateContents: MutableStateFlow<Boolean> = MutableStateFlow(true) in <lambda>() constant in com.android.systemui.biometrics.ui.viewmodel.CredentialViewModel
79 val animateContents = _animateContents.asStateFlow() in <lambda>()
103 _animateContents.value = animate in <lambda>()