Home
last modified time | relevance | path

Searched defs:animateContents (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/viewmodel/
DCredentialViewModel.kt79 val animateContents = _animateContents.asStateFlow() in <lambda>() constant in com.android.systemui.biometrics.ui.viewmodel.CredentialViewModel
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthContainerView.java504 private void addCredentialView(boolean animatePanel, boolean animateContents) { in addCredentialView()