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

/frameworks/support/customtabs/src/android/support/customtabs/
H A DCustomTabsIntent.java231 * toolbar, use {@link #TOOLBAR_ACTION_BUTTON_ID} as its ID.
238 public static final int TOOLBAR_ACTION_BUTTON_ID = 0; field in class:CustomTabsIntent
372 * with {@link #TOOLBAR_ACTION_BUTTON_ID} as id.
384 bundle.putInt(KEY_ID, TOOLBAR_ACTION_BUTTON_ID);
406 * If the given id equals {@link #TOOLBAR_ACTION_BUTTON_ID}, the button will be placed on
408 * the id is not {@link #TOOLBAR_ACTION_BUTTON_ID}, it will be directly put on secondary

Completed in 121 milliseconds