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

/frameworks/base/core/java/android/app/
H A DActionBar.java143 DISPLAY_SHOW_HOME,
167 public static final int DISPLAY_SHOW_HOME = 0x2; field in class:ActionBar
440 * <p>Example: setDisplayOptions(0, DISPLAY_SHOW_HOME) will disable the
441 * {@link #DISPLAY_SHOW_HOME} option.
442 * setDisplayOptions(DISPLAY_SHOW_HOME, DISPLAY_SHOW_HOME | DISPLAY_USE_LOGO)
443 * will enable {@link #DISPLAY_SHOW_HOME} and disable {@link #DISPLAY_USE_LOGO}.
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBar.java138 DISPLAY_SHOW_HOME,
162 public static final int DISPLAY_SHOW_HOME = 0x2; field in class:ActionBar
434 * <p>Example: setDisplayOptions(0, DISPLAY_SHOW_HOME) will disable the
435 * {@link #DISPLAY_SHOW_HOME} option.
436 * setDisplayOptions(DISPLAY_SHOW_HOME, DISPLAY_SHOW_HOME | DISPLAY_USE_LOGO)
437 * will enable {@link #DISPLAY_SHOW_HOME} and disable {@link #DISPLAY_USE_LOGO}.

Completed in 203 milliseconds