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

/frameworks/base/core/java/android/app/
H A DActionBar.java141 DISPLAY_SHOW_HOME,
165 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}.
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBar.java136 DISPLAY_SHOW_HOME,
160 public static final int DISPLAY_SHOW_HOME = 0x2; field in class:ActionBar
428 * <p>Example: setDisplayOptions(0, DISPLAY_SHOW_HOME) will disable the
429 * {@link #DISPLAY_SHOW_HOME} option.
430 * setDisplayOptions(DISPLAY_SHOW_HOME, DISPLAY_SHOW_HOME | DISPLAY_USE_LOGO)
431 * will enable {@link #DISPLAY_SHOW_HOME} and disable {@link #DISPLAY_USE_LOGO}.

Completed in 189 milliseconds