Searched refs:showCustom (Results 1 – 4 of 4) sorted by relevance
279 public void setDisplayShowCustomEnabled(boolean showCustom) { in setDisplayShowCustomEnabled() argument280 setDisplayOptions(showCustom ? DISPLAY_SHOW_CUSTOM : 0, DISPLAY_SHOW_CUSTOM); in setDisplayShowCustomEnabled()
391 public void setDisplayShowCustomEnabled(boolean showCustom) { in setDisplayShowCustomEnabled() argument392 setDisplayOptions(showCustom ? DISPLAY_SHOW_CUSTOM : 0, DISPLAY_SHOW_CUSTOM); in setDisplayShowCustomEnabled()
526 public abstract void setDisplayShowCustomEnabled(boolean showCustom); in setDisplayShowCustomEnabled() argument
462 final boolean showCustom = (mDisplayOptions & ActionBar.DISPLAY_SHOW_CUSTOM) != 0; in setCustomView()463 if (mCustomNavView != null && showCustom) { in setCustomView()467 if (mCustomNavView != null && showCustom) { in setCustomView()