Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityView.java129 boolean startDisappearAnimation(Runnable finishRunnable); in startDisappearAnimation() method
DKeyguardHostView.java286 public void startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardHostView
287 if (!mSecurityContainer.startDisappearAnimation(finishRunnable) && finishRunnable != null) { in startDisappearAnimation()
DKeyguardSecurityViewFlipper.java166 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardSecurityViewFlipper
169 return ksv.startDisappearAnimation(finishRunnable); in startDisappearAnimation()
DKeyguardPINView.java138 public boolean startDisappearAnimation(final Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardPINView
DKeyguardSecurityContainer.java109 public boolean startDisappearAnimation(Runnable onFinishRunnable) { in startDisappearAnimation() method in KeyguardSecurityContainer
111 return getSecurityView(mCurrentSecuritySelection).startDisappearAnimation( in startDisappearAnimation()
DKeyguardAbsKeyInputView.java306 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardAbsKeyInputView
DKeyguardPasswordView.java320 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardPasswordView
DKeyguardSimPinView.java336 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardSimPinView
DKeyguardSimPukView.java402 public boolean startDisappearAnimation(Runnable finishRunnable) { in startDisappearAnimation() method in KeyguardSimPukView
DKeyguardPatternView.java431 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/src/com/android/systemui/statusbar/phone/
DKeyguardBouncer.java206 mKeyguardView.startDisappearAnimation(runnable); in startPreHideAnimation()