Home
last modified time | relevance | path

Searched refs:startAppearAnimation (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardSecurityView.java91 void startAppearAnimation(); in startAppearAnimation() method
DKeyguardSecurityViewFlipper.java162 public void startAppearAnimation() { in startAppearAnimation() method in KeyguardSecurityViewFlipper
165 ksv.startAppearAnimation(); in startAppearAnimation()
DKeyguardViewBase.java245 public void startAppearAnimation() { in startAppearAnimation() method in KeyguardViewBase
246 mSecurityContainer.startAppearAnimation(); in startAppearAnimation()
DKeyguardPINView.java114 public void startAppearAnimation() { in startAppearAnimation() method in KeyguardPINView
DKeyguardSecurityContainer.java96 public void startAppearAnimation() { in startAppearAnimation() method in KeyguardSecurityContainer
98 getSecurityView(mCurrentSecuritySelection).startAppearAnimation(); in startAppearAnimation()
DKeyguardPasswordView.java261 public void startAppearAnimation() { in startAppearAnimation() method in KeyguardPasswordView
DPasswordTextView.java196 charState.startAppearAnimation(); in append()
481 void startAppearAnimation() { in startAppearAnimation() method in PasswordTextView.CharState
DKeyguardFaceUnlockView.java352 public void startAppearAnimation() { in startAppearAnimation() method in KeyguardFaceUnlockView
DKeyguardAccountView.java332 public void startAppearAnimation() { in startAppearAnimation() method in KeyguardAccountView
DKeyguardSimPinView.java291 public void startAppearAnimation() { in startAppearAnimation() method in KeyguardSimPinView
DKeyguardSimPukView.java358 public void startAppearAnimation() { in startAppearAnimation() method in KeyguardSimPukView
DKeyguardPatternView.java303 public void startAppearAnimation() { in startAppearAnimation() method in KeyguardPatternView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardUserSwitcher.java114 startAppearAnimation(); in show()
143 private void startAppearAnimation() { in startAppearAnimation() method in KeyguardUserSwitcher
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DActivatableNotificationView.java526 startAppearAnimation(false /* isAppearing */, translationDirection, in performRemoveAnimation()
537 startAppearAnimation(true /* isAppearing */, -1.0f, delay, duration, null); in performAddAnimation()
541 private void startAppearAnimation(boolean isAppearing, float translationDirection, long delay, in startAppearAnimation() method in ActivatableNotificationView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBouncer.java88 mKeyguardView.startAppearAnimation();