Home
last modified time | relevance | path

Searched refs:animateAway (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthContainerView.java242 animateAway(AuthDialogCallback.DISMISSED_USER_CANCELED); in onAction()
245 animateAway(AuthDialogCallback.DISMISSED_BUTTON_NEGATIVE); in onAction()
251 animateAway(AuthDialogCallback.DISMISSED_ERROR); in onAction()
272 animateAway(AuthDialogCallback.DISMISSED_CREDENTIAL_AUTHENTICATED); in onCredentialMatched()
412 animateAway(AuthDialogCallback.DISMISSED_USER_CANCELED); in AuthContainerView()
627 animateAway(AuthDialogCallback.DISMISSED_USER_CANCELED); in onStartedGoingToSleep()
641 animateAway(false /* sendReason */, 0 /* reason */); in dismissWithoutCallback()
649 animateAway(false /* sendReason */, 0 /* reason */); in dismissFromSystemServer()
697 void animateAway(int reason) { in animateAway() method in AuthContainerView
698 animateAway(true /* sendReason */, reason); in animateAway()
[all …]
H A DAuthCredentialPasswordView.java65 mContainerView.animateAway(AuthDialogCallback.DISMISSED_USER_CANCELED); in onFinishInflate()
H A DAuthCredentialView.java389 dialog -> mContainerView.animateAway(AuthDialogCallback.DISMISSED_ERROR)) in showNowWipingDialog()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthContainerViewTest.java278 public void animateAway(int reason) { in animateAway() method in AuthContainerViewTest.TestableAuthContainer
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java1611 public void animateCloseQs(boolean animateAway) { in animateCloseQs() argument
1620 flingSettings(0 /* vel */, animateAway ? FLING_HIDE : FLING_COLLAPSE); in animateCloseQs()