Lines Matching defs:mode

48  * your activity, you can enable an action mode that offers actions specific to the selected
61 * Standard navigation mode. Consists of either a logo or icon
69 * List navigation mode. Instead of static title text this mode
76 * Tab navigation mode. Instead of static title text this mode
135 * Set the action bar into custom navigation mode, supplying a view
149 * Set the action bar into custom navigation mode, supplying a view
169 * Set the action bar into custom navigation mode, supplying a view
248 * Set the adapter and navigation callback for list navigation mode.
280 * Get the number of navigation items present in the current navigation mode.
454 * Returns the current ActionBar title in standard mode.
463 * Returns the current ActionBar subtitle in standard mode.
472 * Returns the current navigation mode. The result will be one of:
479 * @return The current navigation mode.
484 * Set the current navigation mode.
486 * @param mode The new mode to set.
491 public abstract void setNavigationMode(int mode);
515 * Add a tab for use in tabbed navigation mode. The tab will be added at the end of the list.
523 * Add a tab for use in tabbed navigation mode. The tab will be added at the end of the list.
531 * Add a tab for use in tabbed navigation mode. The tab will be inserted at
541 * Add a tab for use in tabbed navigation mode. The tab will be insterted at
581 * Returns the currently selected tab if in tabbed navigation mode and there is at least
665 * (This includes adapters used for list navigation mode.)