Home
last modified time | relevance | path

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

/external/setupdesign/main/src/com/google/android/setupdesign/transition/
DTransitionHelper.java380 Activity activity, Intent intent, Bundle overrideActivityOptions) { in startActivityWithTransition() argument
408 if (overrideActivityOptions != null) { in startActivityWithTransition()
409 bundleActivityOptions = overrideActivityOptions; in startActivityWithTransition()
421 startActivityWithTransitionInternal(activity, intent, overrideActivityOptions); in startActivityWithTransition()
424 startActivityWithTransitionInternal(activity, intent, overrideActivityOptions); in startActivityWithTransition()
431 Activity activity, Intent intent, Bundle overrideActivityOptions) { in startActivityWithTransitionInternal() argument
435 && overrideActivityOptions != null) { in startActivityWithTransitionInternal()
436 activity.startActivity(intent, overrideActivityOptions); in startActivityWithTransitionInternal()
470 Activity activity, Intent intent, int requestCode, Bundle overrideActivityOptions) { in startActivityForResultWithTransition() argument
498 if (overrideActivityOptions != null) { in startActivityForResultWithTransition()
[all …]