Home
last modified time | relevance | path

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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardSecurityView.java88 void startAppearAnimation(); in startAppearAnimation() method
DKeyguardSecurityViewFlipper.java150 public void startAppearAnimation() { in startAppearAnimation() method in KeyguardSecurityViewFlipper
153 ksv.startAppearAnimation(); in startAppearAnimation()
DKeyguardHostView.java273 public void startAppearAnimation() { in startAppearAnimation() method in KeyguardHostView
274 mSecurityContainer.startAppearAnimation(); in startAppearAnimation()
DKeyguardPINView.java117 public void startAppearAnimation() { in startAppearAnimation() method in KeyguardPINView
DKeyguardSecurityContainer.java94 public void startAppearAnimation() { in startAppearAnimation() method in KeyguardSecurityContainer
96 getSecurityView(mCurrentSecuritySelection).startAppearAnimation(); in startAppearAnimation()
DPasswordTextView.java201 charState.startAppearAnimation(); in append()
493 void startAppearAnimation() { in startAppearAnimation() method in PasswordTextView.CharState
DKeyguardPasswordView.java274 public void startAppearAnimation() { in startAppearAnimation() method in KeyguardPasswordView
DKeyguardSimPinView.java297 public void startAppearAnimation() { in startAppearAnimation() method in KeyguardSimPinView
DKeyguardSimPukView.java364 public void startAppearAnimation() { in startAppearAnimation() method in KeyguardSimPukView
DKeyguardPatternView.java345 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.java513 startAppearAnimation(false /* isAppearing */, translationDirection, in performRemoveAnimation()
524 startAppearAnimation(true /* isAppearing */, -1.0f, delay, duration, null); in performAddAnimation()
528 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.java89 mKeyguardView.startAppearAnimation();