Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/
H A DCredentialPatternView.kt19 animatePanel: Boolean,
21 CredentialViewBinder.bind(this, host, viewModel, panelViewController, animatePanel)
H A DCredentialView.kt29 animatePanel: Boolean,
H A DCredentialPasswordView.kt44 animatePanel: Boolean,
46 CredentialViewBinder.bind(this, host, viewModel, panelViewController, animatePanel)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
H A DCredentialViewBinder.kt40 animatePanel: Boolean,
54 if (animatePanel) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthContainerView.java490 private void addCredentialView(boolean animatePanel, boolean animateContents) { in addCredentialView() argument
520 ((CredentialView) mCredentialView).init(vm, this, mPanelController, animatePanel); in addCredentialView()