Home
last modified time | relevance | path

Searched refs:startDisappearAnimation (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardSecurityView.java100 boolean startDisappearAnimation(Runnable finishRunnable); in startDisappearAnimation() method
DKeyguardSecurityViewFlipper.java170 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardSecurityViewFlipper
173 return ksv.startDisappearAnimation(finishRunnable); in startDisappearAnimation()
DKeyguardViewBase.java249 public void startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardViewBase
250 if (!mSecurityContainer.startDisappearAnimation(finishRunnable) && finishRunnable != null) { in startDisappearAnimation()
DKeyguardAbsKeyInputView.java198 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardAbsKeyInputView
DKeyguardPINView.java132 public boolean startDisappearAnimation(final Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardPINView
DKeyguardSecurityContainer.java102 public boolean startDisappearAnimation(Runnable onFinishRunnable) { in startDisappearAnimation() method in KeyguardSecurityContainer
104 return getSecurityView(mCurrentSecuritySelection).startDisappearAnimation( in startDisappearAnimation()
DKeyguardPasswordView.java272 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardPasswordView
DKeyguardFaceUnlockView.java357 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardFaceUnlockView
DKeyguardAccountView.java337 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardAccountView
DKeyguardSimPinView.java296 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardSimPinView
DKeyguardSimPukView.java363 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardSimPukView
DKeyguardPatternView.java331 public boolean startDisappearAnimation(final Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardPatternView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardUserSwitcher.java123 startDisappearAnimation(); in hide()
172 private void startDisappearAnimation() { in startDisappearAnimation() method in KeyguardUserSwitcher
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBouncer.java123 mKeyguardView.startDisappearAnimation(runnable); in startPreHideAnimation()