Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardPinViewController.java71 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardSimPukView.java95 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardSecurityView.java117 boolean startDisappearAnimation(Runnable finishRunnable); in startDisappearAnimation()
DKeyguardInputView.java61 boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardPINView.java168 final Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardViewController.java146 void startPreHideAnimation(Runnable finishRunnable); in startPreHideAnimation()
DKeyguardPasswordView.java167 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardPatternView.java164 final Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardInputViewController.java142 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardSimPinViewController.java110 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardPatternViewController.java343 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
DKeyguardHostViewController.java295 public void startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation()
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternView.java469 Interpolator interpolator, Runnable finishRunnable) { in startCellStateAnimation()
485 long delay, long duration, Interpolator interpolator, final Runnable finishRunnable) { in startCellStateAnimationSw()
518 long delay, long duration, Interpolator interpolator, final Runnable finishRunnable) { in startCellStateAnimationHw()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java664 public void startPreHideAnimation(Runnable finishRunnable) { in startPreHideAnimation()