HomeSort by relevance Sort by last modified time
    Searched full:subtitle (Results 101 - 125 of 222) sorted by null

1 2 3 45 6 7 8 9

  /frameworks/opt/mailcommon/res/values/
styles.xml 160 <style name="AccountSpinnerAnchorTextSecondary" parent="@android:style/TextAppearance.Holo.Widget.ActionBar.Subtitle">
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarImplBase.java 274 public void setSubtitle(CharSequence subtitle) {
275 mActionView.setSubtitle(subtitle);
808 public void setSubtitle(CharSequence subtitle) {
809 mContextView.setSubtitle(subtitle);
  /packages/apps/UnifiedEmail/res/values/
colors.xml 73 <!-- Color of the subtitle message in the attachment tile -->
  /frameworks/support/v7/appcompat/res/values/
attrs.xml 165 <!-- Specifies subtitle text used for navigationMode="normal" -->
166 <attr name="subtitle" format="string"/>
169 <!-- Specifies a style to use for subtitle text. -->
212 <!-- Specifies a style to use for subtitle text. -->
528 <!-- Text color, typeface, size, and style for system search result subtitle. Defaults to primary inverse text color. -->
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
HeapSnapshotView.js     [all...]
ProfilesPanel.js     [all...]
inspector.css     [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
ViewLoaderTest.java 254 assertThat(mediaView.findViewById(R.id.subtitle).getVisibility(), equalTo(View.GONE));
261 assertThat(((TextView) mediaView.findViewById(R.id.subtitle)).getText().toString(), equalTo("Hello"));
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarContextView.java 163 public void setSubtitle(CharSequence subtitle) {
164 mSubtitle = subtitle;
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
PrintJobConfigActivity.java 2184 String subtitle = getString(R.string.printer_unavailable, service.toString()); local
2309 CharSequence subtitle = null; local
    [all...]
  /external/chromium_org/chrome/browser/resources/options/chromeos/
internet_detail.html 6 <div id="network-details-subtitle">
7 <span id="network-details-subtitle-status"></span>
8 <span id="network-details-subtitle-separator"> - </span>
9 <span id="network-details-subtitle-type"></span>
  /external/chromium_org/ui/views/controls/menu/
submenu_view.h 135 // Max width of minor text (accelerator or subtitle) in child menu items. This
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/
R.java 16 public static final int subtitle = nextId++; field in class:R.id
  /frameworks/base/packages/DocumentsUI/res/values/
strings.xml 72 <!-- Subtitle of storage root indicating the total free space available, in bytes [CHAR LIMIT=24] -->
  /frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
PhotoViewActivity.java 143 /** The subtitle in the actionbar */
282 // Set the title and subtitle immediately here, rather than waiting
659 * Adjusts the activity title and subtitle to reflect the photo name and count.
686 * Sets the Action Bar title to {@link #mActionBarTitle} and the subtitle to
    [all...]
  /frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
PhotoViewActivity.java 142 /** The subtitle in the actionbar */
281 // Set the title and subtitle immediately here, rather than waiting
658 * Adjusts the activity title and subtitle to reflect the photo name and count.
685 * Sets the Action Bar title to {@link #mActionBarTitle} and the subtitle to
    [all...]
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
MiscFilesHandler.java 136 // update the title and subtitle with number selected and numberBytes selected
  /frameworks/base/media/java/android/media/
MediaPlayer.java     [all...]
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider.java 735 * Provides the subtitle (text line 2) for a browser suggestion, which should be the
737 * instead, and the subtitle should be empty, so this would return null.
739 * @return the subtitle string to use, or null if none
    [all...]
  /external/chromium_org/chrome/browser/resources/options/
browser_options.css 284 .network-subtitle {
  /external/chromium_org/chrome/browser/ui/views/extensions/
media_galleries_dialog_views.cc 189 // the title/subtitle and buttons to occupy all available space in the dialog.
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
asm.php 118 'substr','subtitle','subttl','textequ','this','title','typedef','union','width',
  /external/valgrind/main/docs/
README 234 - concat titlepage + subtitle page in fo output
  /frameworks/base/location/java/android/location/
SettingInjectorService.java 29 * Dynamically specifies the summary (subtitle) and enabled status of a preference injected into
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarView.java 544 public void setSubtitle(CharSequence subtitle) {
545 mSubtitle = subtitle;
547 mSubtitleView.setText(subtitle);
548 mSubtitleView.setVisibility(subtitle != null ? VISIBLE : GONE);
    [all...]

Completed in 1305 milliseconds

1 2 3 45 6 7 8 9