Searched refs:callOnIntentStartedOnMainThread (Results 1 – 1 of 1) sorted by relevance
246 controller?.callOnIntentStartedOnMainThread(willAnimate = false) in startIntentWithAnimation()306 controller.callOnIntentStartedOnMainThread(willAnimate) in startIntentWithAnimation()323 private fun Controller.callOnIntentStartedOnMainThread(willAnimate: Boolean) { in Controller() method325 mainExecutor.execute { callOnIntentStartedOnMainThread(willAnimate) } in Controller()