/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/ |
D | ActionBarWrapper.java | 43 mActionBar.setDisplayOptions(ActionBar.DISPLAY_SHOW_TITLE, ActionBar.DISPLAY_SHOW_TITLE); in setDisplayOptionsShowTitle()
|
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/ |
D | ActionBarWrapper.java | 44 mActionBar.setDisplayOptions(ActionBar.DISPLAY_SHOW_TITLE, ActionBar.DISPLAY_SHOW_TITLE); in setDisplayOptionsShowTitle()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ToolbarWidgetWrapper.java | 201 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()
|
D | ActionBarView.java | 80 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/android/support/v7/widget/ |
D | ToolbarWidgetWrapper.java | 203 int opts = ActionBar.DISPLAY_SHOW_TITLE | ActionBar.DISPLAY_SHOW_HOME | in detectDisplayOptions() 258 if ((mDisplayOpts & ActionBar.DISPLAY_SHOW_TITLE) != 0) { in setTitleInt() 271 if ((mDisplayOpts & ActionBar.DISPLAY_SHOW_TITLE) != 0) { in setSubtitle() 397 if ((changed & ActionBar.DISPLAY_SHOW_TITLE) != 0) { in setDisplayOptions() 398 if ((newOpts & ActionBar.DISPLAY_SHOW_TITLE) != 0) { in setDisplayOptions()
|
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
D | ActionBar.java | 140 DISPLAY_SHOW_TITLE, 189 public static final int DISPLAY_SHOW_TITLE = 0x8; field in ActionBar
|
D | ToolbarActionBar.java | 284 setDisplayOptions(showTitle ? DISPLAY_SHOW_TITLE : 0, DISPLAY_SHOW_TITLE); in setDisplayShowTitleEnabled()
|
D | WindowDecorActionBar.java | 377 setDisplayOptions(showTitle ? DISPLAY_SHOW_TITLE : 0, DISPLAY_SHOW_TITLE); in setDisplayShowTitleEnabled()
|
/frameworks/base/core/java/android/app/ |
D | ActionBar.java | 145 DISPLAY_SHOW_TITLE, 194 public static final int DISPLAY_SHOW_TITLE = 0x8; field in ActionBar
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ToolbarActionBar.java | 278 setDisplayOptions(showTitle ? DISPLAY_SHOW_TITLE : 0, DISPLAY_SHOW_TITLE); in setDisplayShowTitleEnabled()
|
D | WindowDecorActionBar.java | 385 setDisplayOptions(showTitle ? DISPLAY_SHOW_TITLE : 0, DISPLAY_SHOW_TITLE); in setDisplayShowTitleEnabled()
|
/frameworks/support/v7/appcompat/api/ |
D | 22.0.0.txt | 69 field public static final int DISPLAY_SHOW_TITLE = 8; // 0x8
|
D | 22.1.0.txt | 69 field public static final int DISPLAY_SHOW_TITLE = 8; // 0x8
|
D | 22.2.0.txt | 69 field public static final int DISPLAY_SHOW_TITLE = 8; // 0x8
|
D | 23.0.0.txt | 69 field public static final int DISPLAY_SHOW_TITLE = 8; // 0x8
|
D | 22.2.1.txt | 69 field public static final int DISPLAY_SHOW_TITLE = 8; // 0x8
|
D | 23.1.0.txt | 69 field public static final int DISPLAY_SHOW_TITLE = 8; // 0x8
|
D | 23.1.1.txt | 69 field public static final int DISPLAY_SHOW_TITLE = 8; // 0x8
|
D | current.txt | 69 field public static final int DISPLAY_SHOW_TITLE = 8; // 0x8
|
/frameworks/support/v7/mediarouter/api/ |
D | 23.1.0.txt | 81 field public static final int DISPLAY_SHOW_TITLE = 8; // 0x8
|
D | 23.0.0.txt | 81 field public static final int DISPLAY_SHOW_TITLE = 8; // 0x8
|
D | 23.1.1.txt | 81 field public static final int DISPLAY_SHOW_TITLE = 8; // 0x8
|
D | current.txt | 69 field public static final int DISPLAY_SHOW_TITLE = 8; // 0x8
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 3220 field public static final int DISPLAY_SHOW_TITLE = 8; // 0x8
|
/frameworks/base/api/ |
D | current.txt | 3365 field public static final int DISPLAY_SHOW_TITLE = 8; // 0x8
|