Home
last modified time | relevance | path

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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardSecurityView.java97 boolean startDisappearAnimation(Runnable finishRunnable); in startDisappearAnimation() method
DKeyguardSecurityViewFlipper.java158 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardSecurityViewFlipper
161 return ksv.startDisappearAnimation(finishRunnable); in startDisappearAnimation()
DKeyguardHostView.java277 public void startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardHostView
278 if (!mSecurityContainer.startDisappearAnimation(finishRunnable) && finishRunnable != null) { in startDisappearAnimation()
DKeyguardPINView.java133 public boolean startDisappearAnimation(final Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardPINView
DKeyguardAbsKeyInputView.java249 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardAbsKeyInputView
DKeyguardSecurityContainer.java100 public boolean startDisappearAnimation(Runnable onFinishRunnable) { in startDisappearAnimation() method in KeyguardSecurityContainer
102 return getSecurityView(mCurrentSecuritySelection).startDisappearAnimation( in startDisappearAnimation()
DKeyguardPasswordView.java285 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardPasswordView
DKeyguardSimPinView.java302 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardSimPinView
DKeyguardSimPukView.java369 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardSimPukView
DKeyguardPatternView.java371 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.java135 mKeyguardView.startDisappearAnimation(runnable); in startPreHideAnimation()