Home
last modified time | relevance | path

Searched refs:DISPLAY_SHOW_CUSTOM (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DToolbarWidgetWrapper.java135 setDisplayOptions(mDisplayOpts | ActionBar.DISPLAY_SHOW_CUSTOM); in ToolbarWidgetWrapper()
431 if ((changed & ActionBar.DISPLAY_SHOW_CUSTOM) != 0 && mCustomView != null) { in setDisplayOptions()
432 if ((newOpts & ActionBar.DISPLAY_SHOW_CUSTOM) != 0) { in setDisplayOptions()
561 if (mCustomView != null && (mDisplayOpts & ActionBar.DISPLAY_SHOW_CUSTOM) != 0) { in setCustomView()
565 if (view != null && (mDisplayOpts & ActionBar.DISPLAY_SHOW_CUSTOM) != 0) { in setCustomView()
DActionBarView.java79 ActionBar.DISPLAY_SHOW_CUSTOM |
214 setDisplayOptions(mDisplayOptions | ActionBar.DISPLAY_SHOW_CUSTOM); in ActionBarView()
462 final boolean showCustom = (mDisplayOptions & ActionBar.DISPLAY_SHOW_CUSTOM) != 0; in setCustomView()
639 if ((flagsChanged & ActionBar.DISPLAY_SHOW_CUSTOM) != 0 && mCustomNavView != null) { in setDisplayOptions()
640 if ((options & ActionBar.DISPLAY_SHOW_CUSTOM) != 0) { in setDisplayOptions()
798 if (mCustomNavView != null && (mDisplayOptions & ActionBar.DISPLAY_SHOW_CUSTOM) != 0) { in onFinishInflate()
1009 } else if ((mDisplayOptions & ActionBar.DISPLAY_SHOW_CUSTOM) != 0 && in onMeasure()
1164 } else if ((mDisplayOptions & ActionBar.DISPLAY_SHOW_CUSTOM) != 0 && in onLayout()
/frameworks/base/core/java/android/app/
DActionBar.java153 DISPLAY_SHOW_CUSTOM,
209 public static final int DISPLAY_SHOW_CUSTOM = 0x10; field in ActionBar
/frameworks/base/core/java/com/android/internal/app/
DToolbarActionBar.java280 setDisplayOptions(showCustom ? DISPLAY_SHOW_CUSTOM : 0, DISPLAY_SHOW_CUSTOM); in setDisplayShowCustomEnabled()
DWindowDecorActionBar.java391 setDisplayOptions(showCustom ? DISPLAY_SHOW_CUSTOM : 0, DISPLAY_SHOW_CUSTOM); in setDisplayShowCustomEnabled()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt3218 field public static final int DISPLAY_SHOW_CUSTOM = 16; // 0x10
/frameworks/base/non-updatable-api/
Dcurrent.txt3605 field public static final int DISPLAY_SHOW_CUSTOM = 16; // 0x10
/frameworks/base/api/
Dcurrent.txt3605 field public static final int DISPLAY_SHOW_CUSTOM = 16; // 0x10