Home
last modified time | relevance | path

Searched refs:showCustom (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
DToolbarActionBar.java279 public void setDisplayShowCustomEnabled(boolean showCustom) { in setDisplayShowCustomEnabled() argument
280 setDisplayOptions(showCustom ? DISPLAY_SHOW_CUSTOM : 0, DISPLAY_SHOW_CUSTOM); in setDisplayShowCustomEnabled()
DWindowDecorActionBar.java391 public void setDisplayShowCustomEnabled(boolean showCustom) { in setDisplayShowCustomEnabled() argument
392 setDisplayOptions(showCustom ? DISPLAY_SHOW_CUSTOM : 0, DISPLAY_SHOW_CUSTOM); in setDisplayShowCustomEnabled()
/frameworks/base/core/java/android/app/
DActionBar.java526 public abstract void setDisplayShowCustomEnabled(boolean showCustom); in setDisplayShowCustomEnabled() argument
/frameworks/base/core/java/com/android/internal/widget/
DActionBarView.java462 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()