Searched defs:startAnimationBundle (Results 1 - 1 of 1) 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;

Completed in 560 milliseconds