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.java129 boolean startDisappearAnimation(Runnable finishRunnable); in startDisappearAnimation() method
DKeyguardSecurityViewFlipper.java166 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardSecurityViewFlipper
169 return ksv.startDisappearAnimation(finishRunnable); in startDisappearAnimation()
DKeyguardHostView.java292 public void startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardHostView
293 if (!mSecurityContainer.startDisappearAnimation(finishRunnable) && finishRunnable != null) { in startDisappearAnimation()
DKeyguardPINView.java145 public boolean startDisappearAnimation(final Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardPINView
DKeyguardSecurityContainer.java115 public boolean startDisappearAnimation(Runnable onFinishRunnable) { in startDisappearAnimation() method in KeyguardSecurityContainer
117 return getSecurityView(mCurrentSecuritySelection).startDisappearAnimation( in startDisappearAnimation()
DKeyguardAbsKeyInputView.java313 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardAbsKeyInputView
DKeyguardPasswordView.java317 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardPasswordView
DKeyguardSimPinView.java395 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardSimPinView
DKeyguardSimPukView.java460 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardSimPukView
DKeyguardPatternView.java439 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.java253 verify(mKeyguardHostView).startDisappearAnimation(r); in testStartPreHideAnimation_notifiesView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBouncer.java300 mKeyguardView.startDisappearAnimation(runnable); in startPreHideAnimation()