Home | History | Annotate | Download | only in customtabs

Lines Matching defs:browser

17 package androidx.browser.customtabs;
44 * <strong>Note:</strong> The constants below are public for the browser implementation's benefit.
53 * be provided with {@link Intent#FLAG_ACTIVITY_NEW_TASK} to ensure the browser does not attempt
488 * @param enterResId Resource ID of the "enter" animation for the browser.
503 * @param exitResId Resource ID of the "exit" animation for the browser.
539 * Adds the necessary flags and extras to signal any browser supporting custom tabs to use the
540 * browser UI at all times and avoid showing custom tab like UI. Calling this with an intent
542 * @param intent The intent to modify for always showing browser UI.
553 * Whether a browser receiving the given intent should always use browser UI and avoid using any
557 * @return Whether the browser UI should be used exclusively.