Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityView.java132 boolean startDisappearAnimation(Runnable finishRunnable); in startDisappearAnimation() method
DKeyguardSecurityViewFlipper.java164 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardSecurityViewFlipper
167 return ksv.startDisappearAnimation(finishRunnable); in startDisappearAnimation()
DKeyguardHostView.java295 public void startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardHostView
296 if (!mSecurityContainer.startDisappearAnimation(finishRunnable) && finishRunnable != null) { in startDisappearAnimation()
DKeyguardPINView.java149 public boolean startDisappearAnimation(final Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardPINView
DKeyguardAbsKeyInputView.java329 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardAbsKeyInputView
DKeyguardSecurityContainer.java253 public boolean startDisappearAnimation(Runnable onFinishRunnable) { in startDisappearAnimation() method in KeyguardSecurityContainer
255 return getSecurityView(mCurrentSecuritySelection).startDisappearAnimation( in startDisappearAnimation()
DKeyguardPasswordView.java330 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardPasswordView
DKeyguardSimPinView.java384 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardSimPinView
DKeyguardSimPukView.java462 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardSimPukView
DKeyguardPatternView.java476 public boolean startDisappearAnimation(final Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardPatternView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardUserSwitcher.java136 startDisappearAnimation(); in hide()
187 private void startDisappearAnimation() { in startDisappearAnimation() method in KeyguardUserSwitcher
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DKeyguardBouncerTest.java271 verify(mKeyguardHostView).startDisappearAnimation(r); in testStartPreHideAnimation_notifiesView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBouncer.java319 mKeyguardView.startDisappearAnimation(runnable); in startPreHideAnimation()