Searched defs:CustomTabsIntent (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/customtabs/src/android/support/customtabs/
H A DCustomTabsIntent.java41 * You are strongly encouraged to use {@link CustomTabsIntent.Builder}.</p>
43 public final class CustomTabsIntent { class
156 private CustomTabsIntent(Intent intent, Bundle startAnimationBundle) { method in class:CustomTabsIntent
162 * Builder class for {@link CustomTabsIntent} objects.
170 * Creates a {@link CustomTabsIntent.Builder} object associated with no
178 * Creates a {@link CustomTabsIntent.Builder} object associated with a given
287 * Combines all the options that have been set and returns a new {@link CustomTabsIntent}
290 public CustomTabsIntent build() {
292 mIntent.putParcelableArrayListExtra(CustomTabsIntent.EXTRA_MENU_ITEMS, mMenuItems);
294 return new CustomTabsIntent(mInten
[all...]

Completed in 63 milliseconds