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.java145 public boolean startDisappearAnimation(final Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardPasswordView.java319 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardAbsKeyInputView.java313 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardSimPinView.java395 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardHostView.java292 public void startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardSecurityViewFlipper.java166 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardSimPukView.java460 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardPatternView.java439 public boolean startDisappearAnimation(final Runnable finishRunnable) { in startDisappearAnimation()
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternView.java448 Interpolator interpolator, Runnable finishRunnable) { in startCellStateAnimation()
464 long delay, long duration, Interpolator interpolator, final Runnable finishRunnable) { in startCellStateAnimationSw()
497 long delay, long duration, Interpolator interpolator, final Runnable finishRunnable) { in startCellStateAnimationHw()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java402 public void startPreHideAnimation(Runnable finishRunnable) { in startPreHideAnimation()