Home
last modified time | relevance | path

Searched refs:startIconAnimation (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
H A DFingerprintEnrollEnrolling.java268 startIconAnimation(); in onStart()
281 startIconAnimation(); in onEnterAnimationComplete()
284 private void startIconAnimation() { in startIconAnimation() method in FingerprintEnrollEnrolling
674 startIconAnimation();
/aosp12/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
H A DCellBroadcastAlertDialogTest.java217 activity.mAnimationHandler.startIconAnimation(mSubId); in testAnimationHandler()
241 verify(mockAnimationHandler).startIconAnimation(anyInt()); in testOnResume()
/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertDialog.java202 public void startIconAnimation(int subId) { in startIconAnimation() method in CellBroadcastAlertDialog.AnimationHandler
451 mAnimationHandler.startIconAnimation(subId); in onResume()
995 mAnimationHandler.startIconAnimation(subId); in dismiss()