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

/frameworks/support/customtabs/src/android/support/customtabs/
H A DCustomTabsIntent.java253 @Nullable public final Bundle startAnimationBundle; field in class:CustomTabsIntent
262 ContextCompat.startActivity(context, intent, startAnimationBundle);
265 private CustomTabsIntent(Intent intent, Bundle startAnimationBundle) { argument
267 this.startAnimationBundle = startAnimationBundle;
/frameworks/support/customtabs/tests/src/android/support/customtabs/
H A DCustomTabsIntentTest.java48 assertNull(customTabsIntent.startAnimationBundle);

Completed in 428 milliseconds