Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DLegacyActivityStarterInternalImplTest.kt175 .startPendingIntentWithAnimation( in startPendingIntentMaybeDismissingKeyguard_keyguardShowing_showOverLs_launchAnimator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLegacyActivityStarterInternalImpl.kt282 activityTransitionAnimator.startPendingIntentWithAnimation( in <lambda>()
DStatusBarNotificationActivityStarter.java500 mActivityTransitionAnimator.startPendingIntentWithAnimation( in startNotificationIntent()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarterTest.java316 verify(mActivityTransitionAnimator).startPendingIntentWithAnimation(any(), in testOnNotificationClicked_keyGuardShowing()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DActivityTransitionAnimator.kt348 fun startPendingIntentWithAnimation( in startPendingIntentWithAnimation() method