Home
last modified time | relevance | path

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

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