Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DActivityTransitionAnimator.kt246 controller?.callOnIntentStartedOnMainThread(willAnimate = false) in startIntentWithAnimation()
306 controller.callOnIntentStartedOnMainThread(willAnimate) in startIntentWithAnimation()
323 private fun Controller.callOnIntentStartedOnMainThread(willAnimate: Boolean) { in Controller() method
325 mainExecutor.execute { callOnIntentStartedOnMainThread(willAnimate) } in Controller()