Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
H A DCredentialViewBinder.kt79 if (viewModel.animateContents.value) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/viewmodel/
H A DCredentialViewModel.kt68 val animateContents = _animateContents.asStateFlow() regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ui/viewmodel/
H A DCredentialViewModelTest.kt83 val job = launch { viewModel.animateContents.toList(animate) }
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthContainerView.java490 private void addCredentialView(boolean animatePanel, boolean animateContents) { in addCredentialView() argument
519 vm.setAnimateContents(animateContents); in addCredentialView()