/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardInputView.java | 63 boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardInputView
|
H A D | KeyguardSecurityView.java | 165 boolean startDisappearAnimation(Runnable finishRunnable); in startDisappearAnimation() method
|
H A D | KeyguardPinViewController.java | 111 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardPinViewController
|
H A D | KeyguardPINView.java | 194 public boolean startDisappearAnimation(boolean needsSlowUnlockTransition, in startDisappearAnimation() method in KeyguardPINView
|
H A D | KeyguardPasswordView.java | 185 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardPasswordView
|
H A D | KeyguardPatternView.java | 199 public boolean startDisappearAnimation(boolean needsSlowUnlockTransition, in startDisappearAnimation() method in KeyguardPatternView
|
H A D | KeyguardPatternViewController.java | 357 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardPatternViewController
|
H A D | KeyguardSimPinViewController.java | 113 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardSimPinViewController
|
H A D | KeyguardInputViewController.java | 159 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardInputViewController
|
H A D | KeyguardSecurityContainer.java | 595 public void startDisappearAnimation(SecurityMode securitySelection) { in startDisappearAnimation() method in KeyguardSecurityContainer 855 default void startDisappearAnimation(SecurityMode securityMode) {}; in startDisappearAnimation() method 1086 public void startDisappearAnimation(SecurityMode securityMode) { in startDisappearAnimation() method in KeyguardSecurityContainer.UserSwitcherViewMode
|
H A D | KeyguardSecurityContainerController.java | 782 public boolean startDisappearAnimation(Runnable onFinishRunnable) { in startDisappearAnimation() method in KeyguardSecurityContainerController
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
H A D | KeyguardSimPukViewControllerTest.kt | 128 fun startDisappearAnimation() { regex
|
H A D | KeyguardSimPinViewControllerTest.kt | 128 fun startDisappearAnimation() { regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/ |
H A D | PrimaryBouncerInteractor.kt | 302 fun startDisappearAnimation(runnable: Runnable) { regex
|