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

/frameworks/base/core/java/com/android/internal/app/
H A DToolbarActionBar.java282 public void setDisplayShowCustomEnabled(boolean showCustom) { argument
283 setDisplayOptions(showCustom ? DISPLAY_SHOW_CUSTOM : 0, DISPLAY_SHOW_CUSTOM);
H A DWindowDecorActionBar.java389 public void setDisplayShowCustomEnabled(boolean showCustom) { argument
390 setDisplayOptions(showCustom ? DISPLAY_SHOW_CUSTOM : 0, DISPLAY_SHOW_CUSTOM);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBar.java502 * @param showCustom true if the currently set custom view should be displayed, false otherwise.
507 public abstract void setDisplayShowCustomEnabled(boolean showCustom); argument
H A DToolbarActionBar.java288 public void setDisplayShowCustomEnabled(boolean showCustom) { argument
289 setDisplayOptions(showCustom ? DISPLAY_SHOW_CUSTOM : 0, DISPLAY_SHOW_CUSTOM);
H A DWindowDecorActionBar.java381 public void setDisplayShowCustomEnabled(boolean showCustom) { argument
382 setDisplayOptions(showCustom ? DISPLAY_SHOW_CUSTOM : 0, DISPLAY_SHOW_CUSTOM);
/frameworks/base/core/java/android/app/
H A DActionBar.java509 * @param showCustom true if the currently set custom view should be displayed, false otherwise.
514 public abstract void setDisplayShowCustomEnabled(boolean showCustom); argument
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java462 final boolean showCustom = (mDisplayOptions & ActionBar.DISPLAY_SHOW_CUSTOM) != 0;
463 if (mCustomNavView != null && showCustom) {
467 if (mCustomNavView != null && showCustom) {

Completed in 67 milliseconds