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/
DKeyguardSecurityView.java134 boolean startDisappearAnimation(Runnable finishRunnable); in startDisappearAnimation()
DKeyguardInputView.java63 boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardViewController.java140 void startPreHideAnimation(Runnable finishRunnable); in startPreHideAnimation()
DKeyguardPinViewController.java123 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardPINView.java291 final Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardPasswordView.java230 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardPatternViewController.java365 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardPatternView.java301 final Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardSimPinViewController.java140 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardInputViewController.java165 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DRemoteAnimationRunnerCompat.java226 final Runnable finishRunnable; in wrap() local
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternView.java504 Interpolator interpolator, Runnable finishRunnable) { in startCellStateAnimation()
520 long delay, long duration, Interpolator interpolator, final Runnable finishRunnable) { in startCellStateAnimationSw()
553 long delay, long duration, Interpolator interpolator, final Runnable finishRunnable) { in startCellStateAnimationHw()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java1111 public void startPreHideAnimation(Runnable finishRunnable) { in startPreHideAnimation()