Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardInputView.java63 boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardSecurityView.java165 boolean startDisappearAnimation(Runnable finishRunnable); in startDisappearAnimation()
DKeyguardPinViewController.java111 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardViewController.java141 void startPreHideAnimation(Runnable finishRunnable); in startPreHideAnimation()
DKeyguardPINView.java195 final Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardPasswordView.java185 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardPatternView.java200 final Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardSimPinViewController.java113 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardPatternViewController.java357 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardInputViewController.java159 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DRemoteAnimationRunnerCompat.java225 final Runnable finishRunnable; in wrap() local
/frameworks/base/core/java/com/android/internal/widget/
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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java931 public void startPreHideAnimation(Runnable finishRunnable) { in startPreHideAnimation()