Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/
DCredentialPatternView.kt24 animatePanel: Boolean, in init()
32 animatePanel, in init()
DCredentialPasswordView.kt34 animatePanel: Boolean, in init()
42 animatePanel, in init()
DCredentialView.kt30 animatePanel: Boolean,
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
DCredentialViewBinder.kt45 animatePanel: Boolean, in <lambda>()
64 if (animatePanel) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthContainerView.java504 private void addCredentialView(boolean animatePanel, boolean animateContents) { in addCredentialView() argument
529 ((CredentialView) mCredentialView).init(vm, this, mPanelController, animatePanel, in addCredentialView()