Searched refs:startAnimationBundle (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/browser/src/main/java/androidx/browser/customtabs/
H A DCustomTabsIntent.java254 @Nullable public final Bundle startAnimationBundle; field in class:CustomTabsIntent
263 ContextCompat.startActivity(context, intent, startAnimationBundle);
266 private CustomTabsIntent(Intent intent, Bundle startAnimationBundle) { argument
268 this.startAnimationBundle = startAnimationBundle;
/frameworks/support/browser/src/androidTest/java/androidx/browser/customtabs/
H A DCustomTabsIntentTest.java49 assertNull(customTabsIntent.startAnimationBundle);

Completed in 66 milliseconds