Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DActivityTransitionAnimatorTest.kt89 private fun startIntentWithAnimation( in <lambda>() method
98 animator.startIntentWithAnimation( in <lambda>()
112 startIntentWithAnimation(controller = null) { adapter -> in <lambda>()
127 startIntentWithAnimation { adapter -> in <lambda>()
141 startIntentWithAnimation { ActivityManager.START_DELIVERED_TO_TOP } in <lambda>()
155 startIntentWithAnimation(activityTransitionAnimator) { adapter -> in <lambda>()
171 startIntentWithAnimation(animate = false) { ActivityManager.START_SUCCESS } in <lambda>()
183 startIntentWithAnimation(activityTransitionAnimator, controller) { _ -> in <lambda>()
197 startIntentWithAnimation(activityTransitionAnimator, controller) { _ -> in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLegacyActivityStarterInternalImpl.kt146 activityTransitionAnimator.startIntentWithAnimation( in <lambda>()
399 activityTransitionAnimator.startIntentWithAnimation( in <lambda>()
DStatusBarNotificationActivityStarter.java544 mActivityTransitionAnimator.startIntentWithAnimation( in startNotificationGutsIntent()
596 mActivityTransitionAnimator.startIntentWithAnimation( in startHistoryIntent()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DActivityTransitionAnimator.kt236 fun startIntentWithAnimation( in startIntentWithAnimation() method
355 startIntentWithAnimation(controller, animate, packageName, showOverLockscreen) { in startPendingIntentWithAnimation()