Home
last modified time | relevance | path

Searched refs:startIntentWithAnimation (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
H A DActivityLaunchAnimatorTest.kt64 private fun startIntentWithAnimation( regex
73 animator.startIntentWithAnimation(
86 startIntentWithAnimation(controller = null) { adapter ->
101 startIntentWithAnimation { adapter ->
115 startIntentWithAnimation { ActivityManager.START_DELIVERED_TO_TOP }
131 startIntentWithAnimation(animator) { adapter ->
147 startIntentWithAnimation(animate = false) { ActivityManager.START_SUCCESS }
/aosp12/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DActivityLaunchAnimator.kt118 fun startIntentWithAnimation( regex
212 startIntentWithAnimation(controller, animate, packageName) {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationActivityStarter.java520 mActivityLaunchAnimator.startIntentWithAnimation( in startNotificationGutsIntent()
566 mActivityLaunchAnimator.startIntentWithAnimation(animationController, animate, in startHistoryIntent()
H A DStatusBar.java1786 mActivityLaunchAnimator.startIntentWithAnimation(controller, animate, in startActivity()
2494 mActivityLaunchAnimator.startIntentWithAnimation(animController, in startActivityDismissingKeyguard()