Searched refs:DISPLAY_SHOW_TITLE (Results 1 – 9 of 9) sorted by relevance
80 ActionBar.DISPLAY_SHOW_TITLE;265 if ((mDisplayOptions & ActionBar.DISPLAY_SHOW_TITLE) != 0) { in onConfigurationChanged()531 (mDisplayOptions & ActionBar.DISPLAY_SHOW_TITLE) != 0 && in setTitleImpl()550 (mDisplayOptions & ActionBar.DISPLAY_SHOW_TITLE) != 0 && in setSubtitle()599 if ((flagsChanged & ActionBar.DISPLAY_SHOW_TITLE) != 0) { in setDisplayOptions()600 if ((options & ActionBar.DISPLAY_SHOW_TITLE) != 0) { in setDisplayOptions()897 (mDisplayOptions & ActionBar.DISPLAY_SHOW_TITLE) != 0; in onMeasure()1033 (mDisplayOptions & ActionBar.DISPLAY_SHOW_TITLE) != 0; in onLayout()1485 if ((mDisplayOptions & ActionBar.DISPLAY_SHOW_TITLE) != 0) { in collapseItemActionView()
82 ActionBar.DISPLAY_SHOW_TITLE |258 if ((mDisplayOptions & ActionBar.DISPLAY_SHOW_TITLE) != 0) { in onConfigurationChanged()522 (mDisplayOptions & ActionBar.DISPLAY_SHOW_TITLE) != 0 && in setTitleImpl()543 (mDisplayOptions & ActionBar.DISPLAY_SHOW_TITLE) != 0 && in setSubtitle()642 if ((flagsChanged & ActionBar.DISPLAY_SHOW_TITLE) != 0) { in setDisplayOptions()643 if ((options & ActionBar.DISPLAY_SHOW_TITLE) != 0) { in setDisplayOptions()952 (mDisplayOptions & ActionBar.DISPLAY_SHOW_TITLE) != 0; in onMeasure()1133 (mDisplayOptions & ActionBar.DISPLAY_SHOW_TITLE) != 0; in onLayout()1671 if ((mDisplayOptions & ActionBar.DISPLAY_SHOW_TITLE) != 0) { in collapseItemActionView()
134 public static final int DISPLAY_SHOW_TITLE = 0x8; field in ActionBar
317 setDisplayOptions(showTitle ? DISPLAY_SHOW_TITLE : 0, DISPLAY_SHOW_TITLE); in setDisplayShowTitleEnabled()
124 public static final int DISPLAY_SHOW_TITLE = 0x8; field in ActionBar
337 setDisplayOptions(showTitle ? DISPLAY_SHOW_TITLE : 0, DISPLAY_SHOW_TITLE); in setDisplayShowTitleEnabled()
280 final int showTitle = ActionBar.DISPLAY_SHOW_TITLE; in onCreate()
279 final int showTitle = ActionBar.DISPLAY_SHOW_TITLE; in onCreate()
2680 field public static final int DISPLAY_SHOW_TITLE = 8; // 0x8