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

/frameworks/support/customtabs/src/android/support/customtabs/
H A DCustomTabsIntent.java140 @Nullable public final Bundle startAnimationBundle; field in class:CustomTabsIntent
149 if (startAnimationBundle != null){
150 context.startActivity(intent, startAnimationBundle);
156 private CustomTabsIntent(Intent intent, Bundle startAnimationBundle) { argument
158 this.startAnimationBundle = startAnimationBundle;
/frameworks/support/customtabs/tests/src/android/support/customtabs/
H A DCustomTabsIntentTest.java32 assertNull(customTabsIntent.startAnimationBundle);

Completed in 47 milliseconds