Searched refs:showCustom (Results 1 – 7 of 7) sorted by relevance
183 public void setDisplayShowCustomEnabled(boolean showCustom) { in setDisplayShowCustomEnabled() argument184 mActionBar.setDisplayShowCustomEnabled(showCustom); in setDisplayShowCustomEnabled()
403 public abstract void setDisplayShowCustomEnabled(boolean showCustom); in setDisplayShowCustomEnabled() argument
321 public void setDisplayShowCustomEnabled(boolean showCustom) { in setDisplayShowCustomEnabled() argument322 setDisplayOptions(showCustom ? DISPLAY_SHOW_CUSTOM : 0, DISPLAY_SHOW_CUSTOM); in setDisplayShowCustomEnabled()
424 public abstract void setDisplayShowCustomEnabled(boolean showCustom); in setDisplayShowCustomEnabled() argument
476 final boolean showCustom = (mDisplayOptions & ActionBar.DISPLAY_SHOW_CUSTOM) != 0; in setCustomNavigationView()477 if (showCustom) { in setCustomNavigationView()480 if (mCustomNavView != null && showCustom) { in setCustomNavigationView()484 if (mCustomNavView != null && showCustom) { in setCustomNavigationView()
341 public void setDisplayShowCustomEnabled(boolean showCustom) { in setDisplayShowCustomEnabled() argument342 setDisplayOptions(showCustom ? DISPLAY_SHOW_CUSTOM : 0, DISPLAY_SHOW_CUSTOM); in setDisplayShowCustomEnabled()
489 final boolean showCustom = (mDisplayOptions & ActionBar.DISPLAY_SHOW_CUSTOM) != 0; in setCustomNavigationView()490 if (mCustomNavView != null && showCustom) { in setCustomNavigationView()494 if (mCustomNavView != null && showCustom) { in setCustomNavigationView()