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

/frameworks/base/core/java/android/app/
H A DActionBar.java97 public static final int DISPLAY_SHOW_HOME = 0x2; field in class:ActionBar
350 * <p>Example: setDisplayOptions(0, DISPLAY_SHOW_HOME) will disable the
351 * {@link #DISPLAY_SHOW_HOME} option.
352 * setDisplayOptions(DISPLAY_SHOW_HOME, DISPLAY_SHOW_HOME | DISPLAY_USE_LOGO)
353 * will enable {@link #DISPLAY_SHOW_HOME} and disable {@link #DISPLAY_USE_LOGO}.
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBar.java107 public static final int DISPLAY_SHOW_HOME = 0x2; field in class:ActionBar
333 * <p>Example: setDisplayOptions(0, DISPLAY_SHOW_HOME) will disable the {@link
334 * #DISPLAY_SHOW_HOME} option. setDisplayOptions(DISPLAY_SHOW_HOME, DISPLAY_SHOW_HOME |
335 * DISPLAY_USE_LOGO) will enable {@link #DISPLAY_SHOW_HOME} and disable {@link

Completed in 204 milliseconds