/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
MailActionBarView.java | 110 /** A handler that changes the subtitle when it receives a message. */ 112 /** Message sent to display the account email address in the subtitle. */ 131 /** Changes the subtitle to display the account name */ 190 // We need to show the legacy title/subtitle. Set the click listener 552 private void setSubtitle(CharSequence subtitle) { 553 if (!TextUtils.equals(subtitle, mActionBar.getSubtitle())) { 554 mActionBar.setSubtitle(subtitle); 557 mLegacySubTitle.setText(subtitle); 575 * Set the actionbar mode to empty: no title, no subtitle, no custom view. 578 // Disable title/subtitle and the custom view by setting the bitmask to all off [all...] |
/packages/apps/Browser/src/com/android/browser/preferences/ |
WebsiteSettingsFragment.java | 457 final TextView subtitle; local 470 subtitle = (TextView) view.findViewById(R.id.subtitle); 486 subtitle.setVisibility(View.VISIBLE); 487 subtitle.setText(subtitleText); 489 subtitle.setVisibility(View.GONE); 546 subtitle.setText(usage); 547 subtitle.setVisibility(View.VISIBLE); 559 subtitle.setText(R.string.geolocation_settings_page_summary_allowed); 562 subtitle.setText(R.string.geolocation_settings_page_summary_not_allowed) [all...] |
/frameworks/compile/libbcc/ |
README.html | 34 .last, .with-subtitle { 147 h1.section-subtitle, h2.section-subtitle, h3.section-subtitle, 148 h4.section-subtitle, h5.section-subtitle, h6.section-subtitle { 154 h2.subtitle { 230 p.sidebar-subtitle { 266 span.section-subtitle { [all...] |
/frameworks/compile/slang/ |
README.html | 34 .last, .with-subtitle { 147 h1.section-subtitle, h2.section-subtitle, h3.section-subtitle, 148 h4.section-subtitle, h5.section-subtitle, h6.section-subtitle { 154 h2.subtitle { 230 p.sidebar-subtitle { 266 span.section-subtitle { [all...] |
/frameworks/support/v7/appcompat/res/values/ |
styles_base.xml | 31 <item name="subtitleTextStyle">@style/TextAppearance.AppCompat.Widget.ActionBar.Subtitle 77 @style/TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse 171 <item name="subtitleTextStyle">@style/TextAppearance.AppCompat.Widget.ActionMode.Subtitle 181 @style/TextAppearance.AppCompat.Widget.ActionMode.Subtitle.Inverse 189 <style name="TextAppearance.AppCompat.Widget.Base.ActionMode.Subtitle" 198 <style name="TextAppearance.AppCompat.Widget.Base.ActionMode.Subtitle.Inverse" 215 <style name="TextAppearance.AppCompat.Widget.Base.ActionBar.Subtitle" 225 <style name="TextAppearance.AppCompat.Widget.Base.ActionBar.Subtitle.Inverse" 357 <style name="TextAppearance.AppCompat.Base.SearchResult.Subtitle"> 372 <style name="TextAppearance.AppCompat.Light.Base.SearchResult.Subtitle"> [all...] |
themes.xml | 69 @style/TextAppearance.AppCompat.SearchResult.Subtitle 120 @style/TextAppearance.AppCompat.Light.SearchResult.Subtitle 173 @style/TextAppearance.AppCompat.SearchResult.Subtitle
|
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
ActionBar.java | 74 * subtitle. Clicking any of these elements will dispatch onOptionsItemSelected to the host 125 * Show the activity title and subtitle, if present. 301 * Set the action bar's subtitle. This will only be displayed if {@link #DISPLAY_SHOW_TITLE} is 302 * set. Set to null to disable the subtitle entirely. 304 * @param subtitle Subtitle to set 308 public abstract void setSubtitle(CharSequence subtitle); 311 * Set the action bar's subtitle. This will only be displayed if {@link #DISPLAY_SHOW_TITLE} is 314 * @param resId Resource ID of subtitle string to set 383 * Set whether an activity title/subtitle should be displayed [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
sidebarPane.css | 180 .sidebar-pane-subtitle { 185 body.platform-windows .sidebar-pane-subtitle { 189 .sidebar-pane-subtitle input,
|
RuntimeModel.js | 463 var subtitle = new WebInspector.ParsedURL(this._frame.url).displayName; 464 if (subtitle) { 466 return subtitle; 467 return name + "( " + subtitle + " )";
|
/frameworks/av/media/libstagefright/timedtext/ |
TimedTextPlayer.cpp | 175 if (msg->findObject("subtitle", &obj)) { 253 // send an empty timed text to clear the subtitle when it reaches to the 264 msg->setObject("subtitle", parcel);
|
TimedTextSRTSource.cpp | 111 * Subtitle number 113 * Text of subtitle (one or more lines) 138 // Just ignore the first non-blank line which is subtitle sequence number.
|
/frameworks/base/core/res/res/values/ |
styles_device_defaults.xml | 525 <style name="TextAppearance.DeviceDefault.SearchResult.Subtitle" parent="TextAppearance.Holo.SearchResult.Subtitle" > 570 <style name="TextAppearance.DeviceDefault.Widget.ActionBar.Subtitle" parent="TextAppearance.Holo.Widget.ActionBar.Subtitle" > 576 <style name="TextAppearance.DeviceDefault.Widget.ActionMode.Subtitle" parent="TextAppearance.Holo.Widget.ActionMode.Subtitle" > 588 <style name="TextAppearance.DeviceDefault.Widget.ActionBar.Subtitle.Inverse" parent="TextAppearance.Holo.Widget.ActionBar.Subtitle.Inverse" > 594 <style name="TextAppearance.DeviceDefault.Widget.ActionMode.Subtitle.Inverse" parent="TextAppearance.Holo.Widget.ActionMode.Subtitle.Inverse" [all...] |
/frameworks/base/packages/PrintSpooler/res/layout/ |
printer_dropdown_item.xml | 57 android:id="@+id/subtitle"
|
printer_list_item.xml | 57 android:id="@+id/subtitle"
|
/packages/apps/Mms/res/values/ |
styles.xml | 22 <style name="TextAppearance.SearchResult.Subtitle">
|
/packages/apps/Settings/res/layout/ |
printer_dropdown_item.xml | 54 android:id="@+id/subtitle"
|
/frameworks/base/core/java/android/widget/ |
VideoView.java | 63 * play position, selected tracks, or any subtitle tracks added via 114 /** Subtitle rendering widget overlaid on top of the video. */ 117 /** Listener for changes to subtitle data, used to redraw when needed. */ 249 * Adds an external subtitle source file (from the provided input stream.) 251 * Note that a single external subtitle source may contain multiple or no 262 * @param is input stream containing the subtitle data. It will be 264 * @param format the format of the subtitle track(s). Must contain at least 312 // a context for the subtitle renderers [all...] |
/packages/apps/Gallery2/src/com/android/photos/ |
AlbumFragment.java | 92 TextView subtitle = (TextView) mHeaderView.findViewById(R.id.album_header_subtitle); local 95 subtitle.setText(getActivity().getResources().getQuantityString(
|
/external/chromium_org/chrome/browser/resources/chromeos/network_configuration/js/ |
network_status.js | 151 var subTitle = this.ownerDocument.createElement('div'); 152 subTitle.className = 'nested-status-button-subtitle'; 153 textContent.appendChild(subTitle); 154 this.subTitle_ = subTitle;
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ |
SelectPrinterFragment.java | 536 CharSequence subtitle = null; 545 subtitle = packageInfo.applicationInfo.loadLabel(pm); 554 TextView subtitleView = (TextView) convertView.findViewById(R.id.subtitle); 555 if (!TextUtils.isEmpty(subtitle)) { 556 subtitleView.setText(subtitle);
|
/frameworks/base/core/java/android/app/ |
ActionBar.java | 62 * and title text with an optional subtitle. Clicking any of these elements 115 * Show the activity title and subtitle, if present. 315 * Set the action bar's subtitle. This will only be displayed if 317 * subtitle entirely. 319 * @param subtitle Subtitle to set 324 public abstract void setSubtitle(CharSequence subtitle); 327 * Set the action bar's subtitle. This will only be displayed if 330 * @param resId Resource ID of subtitle string to set 403 * Set whether an activity title/subtitle should be displayed [all...] |
/packages/apps/VideoEditor/res/values/ |
strings.xml | 212 <!-- The sample subtitle for Theme 1. --> 218 <!-- The sample subtitle for Theme 2. --> 224 <!-- The sample subtitle for Theme 3. --> 230 <!-- The sample subtitle for Theme 4. --> 244 <!-- The sample subtitle for overlay 1. --> 252 <!-- The dialog label for the overlay sample subtitle. --> 253 <string name="overlay_subtitle_label">Subtitle</string>
|
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
internet_detail.css | 23 #network-details-subtitle-status {
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
pic16.php | 74 'RES','SET','SPACE','SUBTITLE','TITLE','UDATA','UDATA_ACS',
|
/packages/apps/Browser/res/layout/ |
website_settings_row.xml | 78 <TextView android:id="@+id/subtitle"
|