Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/app/
DActionBarImplICS.java183 public void setDisplayShowCustomEnabled(boolean showCustom) { in setDisplayShowCustomEnabled() argument
184 mActionBar.setDisplayShowCustomEnabled(showCustom); in setDisplayShowCustomEnabled()
DActionBar.java403 public abstract void setDisplayShowCustomEnabled(boolean showCustom); in setDisplayShowCustomEnabled() argument
DActionBarImplBase.java321 public void setDisplayShowCustomEnabled(boolean showCustom) { in setDisplayShowCustomEnabled() argument
322 setDisplayOptions(showCustom ? DISPLAY_SHOW_CUSTOM : 0, DISPLAY_SHOW_CUSTOM); in setDisplayShowCustomEnabled()
/frameworks/base/core/java/android/app/
DActionBar.java424 public abstract void setDisplayShowCustomEnabled(boolean showCustom); in setDisplayShowCustomEnabled() argument
/frameworks/base/core/java/com/android/internal/widget/
DActionBarView.java476 final boolean showCustom = (mDisplayOptions & ActionBar.DISPLAY_SHOW_CUSTOM) != 0; in setCustomNavigationView()
477 if (showCustom) { in setCustomNavigationView()
480 if (mCustomNavView != null && showCustom) { in setCustomNavigationView()
484 if (mCustomNavView != null && showCustom) { in setCustomNavigationView()
/frameworks/base/core/java/com/android/internal/app/
DActionBarImpl.java341 public void setDisplayShowCustomEnabled(boolean showCustom) { in setDisplayShowCustomEnabled() argument
342 setDisplayOptions(showCustom ? DISPLAY_SHOW_CUSTOM : 0, DISPLAY_SHOW_CUSTOM); in setDisplayShowCustomEnabled()
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DActionBarView.java489 final boolean showCustom = (mDisplayOptions & ActionBar.DISPLAY_SHOW_CUSTOM) != 0; in setCustomNavigationView()
490 if (mCustomNavView != null && showCustom) { in setCustomNavigationView()
494 if (mCustomNavView != null && showCustom) { in setCustomNavigationView()