Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
DToolbarActionBar.java284 public void setDisplayShowCustomEnabled(boolean showCustom) { in setDisplayShowCustomEnabled() argument
285 setDisplayOptions(showCustom ? DISPLAY_SHOW_CUSTOM : 0, DISPLAY_SHOW_CUSTOM); in setDisplayShowCustomEnabled()
DActionBar.java512 public abstract void setDisplayShowCustomEnabled(boolean showCustom); in setDisplayShowCustomEnabled() argument
DWindowDecorActionBar.java389 public void setDisplayShowCustomEnabled(boolean showCustom) { in setDisplayShowCustomEnabled() argument
390 setDisplayOptions(showCustom ? DISPLAY_SHOW_CUSTOM : 0, DISPLAY_SHOW_CUSTOM); in setDisplayShowCustomEnabled()
/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.java386 public void setDisplayShowCustomEnabled(boolean showCustom) { in setDisplayShowCustomEnabled() argument
387 setDisplayOptions(showCustom ? DISPLAY_SHOW_CUSTOM : 0, DISPLAY_SHOW_CUSTOM); in setDisplayShowCustomEnabled()
/frameworks/base/core/java/android/app/
DActionBar.java523 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/api/
D22.2.0.txt5897 field public static int showCustom;
D22.2.1.txt5957 field public static int showCustom;
D23.0.0.txt6747 field public static int showCustom;
D23.2.1.txt7480 field public static int showCustom;
D23.1.0.txt7068 field public static int showCustom;
D23.1.1.txt7037 field public static int showCustom;
D23.4.0.txt7494 field public static int showCustom;
D23.2.0.txt7479 field public static int showCustom;
D24.0.0.txt8130 field public static int showCustom;
D24.1.0.txt8132 field public static int showCustom;