Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DToolbarActionBar.java282 public void setDisplayShowCustomEnabled(boolean showCustom) { in setDisplayShowCustomEnabled() argument
283 setDisplayOptions(showCustom ? DISPLAY_SHOW_CUSTOM : 0, DISPLAY_SHOW_CUSTOM); in setDisplayShowCustomEnabled()
DWindowDecorActionBar.java389 public void setDisplayShowCustomEnabled(boolean showCustom) { in setDisplayShowCustomEnabled() argument
390 setDisplayOptions(showCustom ? DISPLAY_SHOW_CUSTOM : 0, DISPLAY_SHOW_CUSTOM); in setDisplayShowCustomEnabled()
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DToolbarActionBar.java288 public void setDisplayShowCustomEnabled(boolean showCustom) { in setDisplayShowCustomEnabled() argument
289 setDisplayOptions(showCustom ? DISPLAY_SHOW_CUSTOM : 0, DISPLAY_SHOW_CUSTOM); in setDisplayShowCustomEnabled()
DActionBar.java507 public abstract void setDisplayShowCustomEnabled(boolean showCustom); in setDisplayShowCustomEnabled() argument
DWindowDecorActionBar.java381 public void setDisplayShowCustomEnabled(boolean showCustom) { in setDisplayShowCustomEnabled() argument
382 setDisplayOptions(showCustom ? DISPLAY_SHOW_CUSTOM : 0, DISPLAY_SHOW_CUSTOM); in setDisplayShowCustomEnabled()
/frameworks/base/core/java/android/app/
DActionBar.java514 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()
/frameworks/support/v7/appcompat/api/
D22.2.0.txt784 field public static int showCustom;
D23.0.0.txt837 field public static int showCustom;
D22.2.1.txt815 field public static int showCustom;
D23.1.0.txt854 field public static int showCustom;
D23.1.1.txt853 field public static int showCustom;
Dcurrent.txt902 field public static int showCustom;