Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityView.java132 boolean startDisappearAnimation(Runnable finishRunnable); in startDisappearAnimation()
DKeyguardPINView.java150 public boolean startDisappearAnimation(final Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardPasswordView.java330 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardSimPinView.java388 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardAbsKeyInputView.java333 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardHostView.java296 public void startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardSecurityViewFlipper.java165 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardSimPukView.java469 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardPatternView.java482 public boolean startDisappearAnimation(final Runnable finishRunnable) { in startDisappearAnimation()
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternView.java467 Interpolator interpolator, Runnable finishRunnable) { in startCellStateAnimation()
483 long delay, long duration, Interpolator interpolator, final Runnable finishRunnable) { in startCellStateAnimationSw()
516 long delay, long duration, Interpolator interpolator, final Runnable finishRunnable) { in startCellStateAnimationHw()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java530 public void startPreHideAnimation(Runnable finishRunnable) { in startPreHideAnimation()