Home | History | Annotate | Download | only in app

Lines Matching defs:DISPLAY_SHOW_HOME

148             DISPLAY_SHOW_HOME,
172 public static final int DISPLAY_SHOW_HOME = 0x2;
449 * <p>Example: setDisplayOptions(0, DISPLAY_SHOW_HOME) will disable the
450 * {@link #DISPLAY_SHOW_HOME} option.
451 * setDisplayOptions(DISPLAY_SHOW_HOME, DISPLAY_SHOW_HOME | DISPLAY_USE_LOGO)
452 * will enable {@link #DISPLAY_SHOW_HOME} and disable {@link #DISPLAY_USE_LOGO}.