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

/frameworks/base/core/java/android/app/
H A DActionBar.java145 DISPLAY_SHOW_HOME,
169 public static final int DISPLAY_SHOW_HOME = 0x2; field in class:ActionBar
446 * <p>Example: setDisplayOptions(0, DISPLAY_SHOW_HOME) will disable the
447 * {@link #DISPLAY_SHOW_HOME} option.
448 * setDisplayOptions(DISPLAY_SHOW_HOME, DISPLAY_SHOW_HOME | DISPLAY_USE_LOGO)
449 * will enable {@link #DISPLAY_SHOW_HOME} and disable {@link #DISPLAY_USE_LOGO}.
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBar.java142 DISPLAY_SHOW_HOME,
166 public static final int DISPLAY_SHOW_HOME = 0x2; field in class:ActionBar
438 * <p>Example: setDisplayOptions(0, DISPLAY_SHOW_HOME) will disable the
439 * {@link #DISPLAY_SHOW_HOME} option.
440 * setDisplayOptions(DISPLAY_SHOW_HOME, DISPLAY_SHOW_HOME | DISPLAY_USE_LOGO)
441 * will enable {@link #DISPLAY_SHOW_HOME} and disable {@link #DISPLAY_USE_LOGO}.

Completed in 308 milliseconds