/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
H A D | KeyguardSimPinViewControllerTest.kt | 123 fun startAppearAnimation() { regex 124 underTest.startAppearAnimation()
|
H A D | KeyguardSimPukViewControllerTest.kt | 123 fun startAppearAnimation() { regex 124 underTest.startAppearAnimation()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardPinViewController.java | 106 public void startAppearAnimation() { in startAppearAnimation() method in KeyguardPinViewController 107 super.startAppearAnimation(); in startAppearAnimation()
|
H A D | KeyguardSecurityView.java | 156 void startAppearAnimation(); in startAppearAnimation() method
|
H A D | KeyguardSimPinView.java | 66 public void startAppearAnimation() { in startAppearAnimation() method in KeyguardSimPinView
|
H A D | KeyguardSimPukView.java | 91 public void startAppearAnimation() { in startAppearAnimation() method in KeyguardSimPukView
|
H A D | KeyguardInputView.java | 61 void startAppearAnimation() {} in startAppearAnimation() method in KeyguardInputView
|
H A D | KeyguardInputViewController.java | 155 public void startAppearAnimation() { in startAppearAnimation() method in KeyguardInputViewController 156 mView.startAppearAnimation(); in startAppearAnimation()
|
H A D | KeyguardPatternViewController.java | 352 public void startAppearAnimation() { in startAppearAnimation() method in KeyguardPatternViewController 353 super.startAppearAnimation(); in startAppearAnimation()
|
H A D | KeyguardSecurityContainerController.java | 763 startAppearAnimation(); in appear() 770 public void startAppearAnimation() { in startAppearAnimation() method in KeyguardSecurityContainerController 772 mView.startAppearAnimation(mCurrentSecurityMode); in startAppearAnimation() 773 getCurrentSecurityController(controller -> controller.startAppearAnimation()); in startAppearAnimation()
|
H A D | KeyguardSecurityContainer.java | 609 public void startAppearAnimation(SecurityMode securityMode) { in startAppearAnimation() method in KeyguardSecurityContainer 612 mViewMode.startAppearAnimation(securityMode); in startAppearAnimation() 858 default void startAppearAnimation(SecurityMode securityMode) {}; in startAppearAnimation() method 1059 public void startAppearAnimation(SecurityMode securityMode) { in startAppearAnimation() method in KeyguardSecurityContainer.UserSwitcherViewMode
|
H A D | KeyguardPINView.java | 182 public void startAppearAnimation() { in startAppearAnimation() method in KeyguardPINView
|
H A D | KeyguardPatternView.java | 175 public void startAppearAnimation() { in startAppearAnimation() method in KeyguardPatternView
|
H A D | KeyguardPasswordView.java | 171 public void startAppearAnimation() { in startAppearAnimation() method in KeyguardPasswordView
|
H A D | PasswordTextView.java | 272 charState.startAppearAnimation(); in append() 593 void startAppearAnimation() { in startAppearAnimation() method in PasswordTextView.CharState
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | ActivatableNotificationView.java | 369 startAppearAnimation(false /* isAppearing */, translationDirection, in performRemoveAnimation() 383 startAppearAnimation(true /* isAppearing */, isHeadsUpAppear ? 0.0f : -1.0f, delay, in performAddAnimation() 388 private void startAppearAnimation(boolean isAppearing, float translationDirection, long delay, in startAppearAnimation() method in ActivatableNotificationView
|