Home
last modified time | relevance | path

Searched refs:DISPLAY_SHOW_TITLE (Results 1 – 25 of 47) sorted by relevance

12

/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
DActionBarWrapper.java43 mActionBar.setDisplayOptions(ActionBar.DISPLAY_SHOW_TITLE, ActionBar.DISPLAY_SHOW_TITLE); in setDisplayOptionsShowTitle()
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
DActionBarWrapper.java44 mActionBar.setDisplayOptions(ActionBar.DISPLAY_SHOW_TITLE, ActionBar.DISPLAY_SHOW_TITLE); in setDisplayOptionsShowTitle()
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
DActionBar.java145 DISPLAY_SHOW_TITLE,
194 public static final int DISPLAY_SHOW_TITLE = android.app.ActionBar.DISPLAY_SHOW_TITLE; field in ActionBar
DToolbarActionBar.java280 setDisplayOptions(showTitle ? DISPLAY_SHOW_TITLE : 0, DISPLAY_SHOW_TITLE); in setDisplayShowTitleEnabled()
DWindowDecorActionBar.java385 setDisplayOptions(showTitle ? DISPLAY_SHOW_TITLE : 0, DISPLAY_SHOW_TITLE); in setDisplayShowTitleEnabled()
/frameworks/base/core/java/com/android/internal/widget/
DToolbarWidgetWrapper.java201 int opts = ActionBar.DISPLAY_SHOW_TITLE | ActionBar.DISPLAY_SHOW_HOME | in detectDisplayOptions()
261 if ((mDisplayOpts & ActionBar.DISPLAY_SHOW_TITLE) != 0) { in setTitleInt()
274 if ((mDisplayOpts & ActionBar.DISPLAY_SHOW_TITLE) != 0) { in setSubtitle()
421 if ((changed & ActionBar.DISPLAY_SHOW_TITLE) != 0) { in setDisplayOptions()
422 if ((newOpts & ActionBar.DISPLAY_SHOW_TITLE) != 0) { in setDisplayOptions()
DActionBarView.java80 ActionBar.DISPLAY_SHOW_TITLE |
242 if ((mDisplayOptions & ActionBar.DISPLAY_SHOW_TITLE) != 0) { in onConfigurationChanged()
504 (mDisplayOptions & ActionBar.DISPLAY_SHOW_TITLE) != 0 && in setTitleImpl()
524 (mDisplayOptions & ActionBar.DISPLAY_SHOW_TITLE) != 0 && in setSubtitle()
622 if ((flagsChanged & ActionBar.DISPLAY_SHOW_TITLE) != 0) { in setDisplayOptions()
623 if ((options & ActionBar.DISPLAY_SHOW_TITLE) != 0) { in setDisplayOptions()
931 (mDisplayOptions & ActionBar.DISPLAY_SHOW_TITLE) != 0; in onMeasure()
1112 (mDisplayOptions & ActionBar.DISPLAY_SHOW_TITLE) != 0; in onLayout()
1696 if ((mDisplayOptions & ActionBar.DISPLAY_SHOW_TITLE) != 0) { in collapseItemActionView()
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DToolbarWidgetWrapper.java206 int opts = ActionBar.DISPLAY_SHOW_TITLE | ActionBar.DISPLAY_SHOW_HOME | in detectDisplayOptions()
261 if ((mDisplayOpts & ActionBar.DISPLAY_SHOW_TITLE) != 0) { in setTitleInt()
274 if ((mDisplayOpts & ActionBar.DISPLAY_SHOW_TITLE) != 0) { in setSubtitle()
400 if ((changed & ActionBar.DISPLAY_SHOW_TITLE) != 0) { in setDisplayOptions()
401 if ((newOpts & ActionBar.DISPLAY_SHOW_TITLE) != 0) { in setDisplayOptions()
/frameworks/base/core/java/android/app/
DActionBar.java150 DISPLAY_SHOW_TITLE,
199 public static final int DISPLAY_SHOW_TITLE = 0x8; field in ActionBar
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/app/
DToolbarDisplayOptions.java91 flags = ActionBar.DISPLAY_SHOW_TITLE; in onClick()
DActionBarDisplayOptions.java95 flags = ActionBar.DISPLAY_SHOW_TITLE; in onClick()
/frameworks/base/core/java/com/android/internal/app/
DToolbarActionBar.java275 setDisplayOptions(showTitle ? DISPLAY_SHOW_TITLE : 0, DISPLAY_SHOW_TITLE); in setDisplayShowTitleEnabled()
DWindowDecorActionBar.java382 setDisplayOptions(showTitle ? DISPLAY_SHOW_TITLE : 0, DISPLAY_SHOW_TITLE); in setDisplayShowTitleEnabled()
/frameworks/support/samples/Support13Demos/src/main/java/com/example/android/supportv13/app/
DFragmentNestingPagerSupport.java48 bar.setDisplayOptions(0, ActionBar.DISPLAY_SHOW_TITLE); in onCreate()
DFragmentNestingStatePagerSupport.java48 bar.setDisplayOptions(0, ActionBar.DISPLAY_SHOW_TITLE); in onCreate()
/frameworks/support/v7/appcompat/api_legacy/
D27.0.0.txt69 field public static final int DISPLAY_SHOW_TITLE = 8; // 0x8
D26.0.0.txt69 field public static final int DISPLAY_SHOW_TITLE = 8; // 0x8
D26.1.0.txt69 field public static final int DISPLAY_SHOW_TITLE = 8; // 0x8
D28.0.0-alpha1.txt69 field public static final int DISPLAY_SHOW_TITLE = 8; // 0x8
Dcurrent.txt69 field public static final int DISPLAY_SHOW_TITLE = 8; // 0x8
D27.1.0.txt69 field public static final int DISPLAY_SHOW_TITLE = 8; // 0x8
/frameworks/support/v7/appcompat/api/
Dcurrent.txt69 field public static final int DISPLAY_SHOW_TITLE = 8; // 0x8
/frameworks/support/api/
D23.0.0.txt5979 field public static final int DISPLAY_SHOW_TITLE = 8; // 0x8
8119 field public static final int DISPLAY_SHOW_TITLE = 8; // 0x8
D23.2.1.txt6677 field public static final int DISPLAY_SHOW_TITLE = 8; // 0x8
8905 field public static final int DISPLAY_SHOW_TITLE = 8; // 0x8
D23.1.0.txt6283 field public static final int DISPLAY_SHOW_TITLE = 8; // 0x8
8476 field public static final int DISPLAY_SHOW_TITLE = 8; // 0x8

12