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.java126 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardPINView.java291 final Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardPasswordView.java230 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardPatternViewController.java385 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardPatternView.java314 final Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardSimPinViewController.java145 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardInputViewController.java170 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DRemoteAnimationRunnerCompat.java237 final Runnable finishRunnable; in wrap() local
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternView.java523 Interpolator interpolator, Runnable finishRunnable) { in startCellStateAnimation()
539 long delay, long duration, Interpolator interpolator, final Runnable finishRunnable) { in startCellStateAnimationSw()
572 long delay, long duration, Interpolator interpolator, final Runnable finishRunnable) { in startCellStateAnimationHw()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java1182 public void startPreHideAnimation(Runnable finishRunnable) { in startPreHideAnimation()