Searched refs:DISPLAY_SHOW_CUSTOM (Results 1 – 8 of 8) sorted by relevance
135 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()
79 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()
153 DISPLAY_SHOW_CUSTOM,209 public static final int DISPLAY_SHOW_CUSTOM = 0x10; field in ActionBar
280 setDisplayOptions(showCustom ? DISPLAY_SHOW_CUSTOM : 0, DISPLAY_SHOW_CUSTOM); in setDisplayShowCustomEnabled()
391 setDisplayOptions(showCustom ? DISPLAY_SHOW_CUSTOM : 0, DISPLAY_SHOW_CUSTOM); in setDisplayShowCustomEnabled()
3218 field public static final int DISPLAY_SHOW_CUSTOM = 16; // 0x10
3605 field public static final int DISPLAY_SHOW_CUSTOM = 16; // 0x10