Searched refs:showCustom (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
H A DActionBar.java413 * @param showCustom true if the currently set custom view should be displayed, false otherwise.
418 public abstract void setDisplayShowCustomEnabled(boolean showCustom); argument
/frameworks/base/core/java/com/android/internal/app/
H A DActionBarImpl.java334 public void setDisplayShowCustomEnabled(boolean showCustom) { argument
335 setDisplayOptions(showCustom ? DISPLAY_SHOW_CUSTOM : 0, DISPLAY_SHOW_CUSTOM);
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java486 final boolean showCustom = (mDisplayOptions & ActionBar.DISPLAY_SHOW_CUSTOM) != 0;
487 if (mCustomNavView != null && showCustom) {
491 if (mCustomNavView != null && showCustom) {

Completed in 86 milliseconds