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.java129 boolean startDisappearAnimation(Runnable finishRunnable); in startDisappearAnimation()
DKeyguardPINView.java138 public boolean startDisappearAnimation(final Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardSimPinView.java314 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardPasswordView.java318 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardAbsKeyInputView.java306 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardHostView.java286 public void startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardSimPukView.java374 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardSecurityViewFlipper.java166 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardPatternView.java431 public boolean startDisappearAnimation(final Runnable finishRunnable) { in startDisappearAnimation()
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternView.java438 Interpolator interpolator, Runnable finishRunnable) { in startCellStateAnimation()
454 long delay, long duration, Interpolator interpolator, final Runnable finishRunnable) { in startCellStateAnimationSw()
487 long delay, long duration, Interpolator interpolator, final Runnable finishRunnable) { in startCellStateAnimationHw()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java318 public void startPreHideAnimation(Runnable finishRunnable) { in startPreHideAnimation()