Home
last modified time | relevance | path

Searched defs:startDisappearAnimation (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardInputView.java63 boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardInputView
H A DKeyguardSecurityView.java165 boolean startDisappearAnimation(Runnable finishRunnable); in startDisappearAnimation() method
H A DKeyguardPinViewController.java111 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardPinViewController
H A DKeyguardPINView.java194 public boolean startDisappearAnimation(boolean needsSlowUnlockTransition, in startDisappearAnimation() method in KeyguardPINView
H A DKeyguardPasswordView.java185 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardPasswordView
H A DKeyguardPatternView.java199 public boolean startDisappearAnimation(boolean needsSlowUnlockTransition, in startDisappearAnimation() method in KeyguardPatternView
H A DKeyguardPatternViewController.java357 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardPatternViewController
H A DKeyguardSimPinViewController.java113 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardSimPinViewController
H A DKeyguardInputViewController.java159 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardInputViewController
H A DKeyguardSecurityContainer.java595 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 DKeyguardSecurityContainerController.java782 public boolean startDisappearAnimation(Runnable onFinishRunnable) { in startDisappearAnimation() method in KeyguardSecurityContainerController
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardSimPukViewControllerTest.kt128 fun startDisappearAnimation() { regex
H A DKeyguardSimPinViewControllerTest.kt128 fun startDisappearAnimation() { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
H A DPrimaryBouncerInteractor.kt302 fun startDisappearAnimation(runnable: Runnable) { regex