Searched refs:createActivityLaunchController (Results 1 – 10 of 10) sorted by relevance
128 dialogLaunchAnimator.createActivityLaunchController(secondDialog.contentView)!!151 assertNull(dialogLaunchAnimator.createActivityLaunchController(dialog.contentView))159 assertNull(dialogLaunchAnimator.createActivityLaunchController(dialog.contentView))167 assertNotNull(dialogLaunchAnimator.createActivityLaunchController(dialog.contentView))
333 fun createActivityLaunchController( regex342 return createActivityLaunchController(animatedDialog, cujType)357 fun createActivityLaunchController( regex362 return createActivityLaunchController(animatedDialog, cujType)365 private fun createActivityLaunchController( regex
41 dialogLaunchAnimator.createActivityLaunchController(
95 val controller = dialogLaunchAnimator.createActivityLaunchController(
89 val animationController = dialogLaunchAnimator.createActivityLaunchController(v!!)
137 mDialogLaunchAnimator.createActivityLaunchController(appBtn); in onCreate()
404 mDialogLaunchAnimator.createActivityLaunchController(view); in tryToLaunchInAppRoutingIntent()416 mDialogLaunchAnimator.createActivityLaunchController(view); in tryToLaunchMediaApplication()883 mDialogLaunchAnimator.createActivityLaunchController(view); in launchBluetoothPairing()
340 when(mDialogLaunchAnimator.createActivityLaunchController(any(View.class))).thenReturn( in tryToLaunchMediaApplication_intentNotNull_startActivity()354 when(mDialogLaunchAnimator.createActivityLaunchController(any(View.class))).thenReturn( in tryToLaunchInAppRoutingIntent_componentNameNotNull_startActivity()1114 when(mDialogLaunchAnimator.createActivityLaunchController(mDialogLaunchView)).thenReturn( in launchBluetoothPairing_isKeyguardLocked_dismissDialog()
224 mDialogLaunchAnimator.createActivityLaunchController(v); in showDialog()
749 mDialogLaunchAnimator.createActivityLaunchController(view);