Home
last modified time | relevance | path

Searched defs:finishRunnable (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardInputView.java63 boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
H A DKeyguardSecurityView.java165 boolean startDisappearAnimation(Runnable finishRunnable); in startDisappearAnimation()
H A DKeyguardPinViewController.java111 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
H A DKeyguardViewController.java141 void startPreHideAnimation(Runnable finishRunnable); in startPreHideAnimation()
H A DKeyguardPINView.java195 final Runnable finishRunnable) { in startDisappearAnimation()
H A DKeyguardPasswordView.java185 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
H A DKeyguardPatternView.java200 final Runnable finishRunnable) { in startDisappearAnimation()
H A DKeyguardPatternViewController.java357 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
H A DKeyguardSimPinViewController.java113 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
H A DKeyguardInputViewController.java159 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DRemoteAnimationRunnerCompat.java225 final Runnable finishRunnable; in wrap() local
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java481 Interpolator interpolator, Runnable finishRunnable) { in startCellStateAnimation()
497 long delay, long duration, Interpolator interpolator, final Runnable finishRunnable) { in startCellStateAnimationSw()
530 long delay, long duration, Interpolator interpolator, final Runnable finishRunnable) { in startCellStateAnimationHw()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManager.java931 public void startPreHideAnimation(Runnable finishRunnable) { in startPreHideAnimation()