HomeSort by relevance Sort by last modified time
    Searched full:subtitle (Results 201 - 225 of 662) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/docs/html-intl/intl/pt-br/preview/
index.jd 46 <div class="dac-section-subtitle">
  /frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
PresenterTest.java 79 vh.getSubtitle().setText("Subtitle");
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteControllerDialog.java 221 mSubtitleView = (TextView) findViewById(R.id.subtitle);
353 CharSequence subtitle = mDescription == null ? null : mDescription.getSubtitle(); local
354 boolean hasSubtitle = !TextUtils.isEmpty(subtitle);
365 mSubtitleView.setText(subtitle);
  /hardware/intel/img/psb_video/src/
psb_texture.h 144 int src_h, int dst_x, int dst_y, int dst_w, int dst_h, unsigned int subtitle,
  /hardware/intel/img/psb_video/src/x11/
psb_xrandr.h 178 unsigned int *yoffset, psb_extvideo_center *center, psb_extvideo_subtitle *subtitle,
  /packages/apps/Browser/res/layout/
website_settings_row.xml 78 <TextView android:id="@+id/subtitle"
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ActionBarController.java 297 * Set the actionbar mode to empty: no title, no subtitle, no custom view.
300 // Disable title/subtitle and the custom view by setting the bitmask to all off.
329 * account {@link #mAccount} shown in the actionbar. Also updates the actionbar subtitle to
338 // Account is not synced: clear title and update the subtitle.
  /frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/browser/
MusicProvider.java 167 "subtitle",
178 "subtitle",
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
FrameworkActionBar.java 122 protected void setSubtitle(CharSequence subtitle) {
123 mActionBar.setSubTitle(subtitle);
  /packages/apps/Messaging/src/com/android/messaging/ui/
BugleActionBarActivity.java 289 public void setSubtitle(final CharSequence subtitle) {
290 mSubtitle = subtitle;
  /frameworks/base/core/java/android/app/
ActionBar.java 102 * and title text with an optional subtitle. Clicking any of these elements
183 * Show the activity title and subtitle, if present.
403 * Set the action bar's subtitle. This will only be displayed if
405 * subtitle entirely.
407 * @param subtitle Subtitle to set
412 public abstract void setSubtitle(CharSequence subtitle);
415 * Set the action bar's subtitle. This will only be displayed if
418 * @param resId Resource ID of subtitle string to set
491 * Set whether an activity title/subtitle should be displayed
    [all...]
  /packages/apps/Settings/src/com/android/settings/print/
PrintServiceSettingsFragment.java 581 CharSequence subtitle = null;
586 subtitle = packageInfo.applicationInfo.loadLabel(getPackageManager());
595 TextView subtitleView = (TextView) convertView.findViewById(R.id.subtitle);
596 if (!TextUtils.isEmpty(subtitle)) {
597 subtitleView.setText(subtitle);
  /frameworks/base/core/res/res/values/
styles_material.xml 291 <style name="TextAppearance.Material.SearchResult.Subtitle" parent="TextAppearance.Material.Subhead" />
343 <style name="TextAppearance.Material.Widget.ActionBar.Subtitle"
348 <style name="TextAppearance.Material.Widget.ActionBar.Subtitle.Inverse"
370 <style name="TextAppearance.Material.Widget.ActionMode.Subtitle"
371 parent="TextAppearance.Material.Widget.ActionBar.Subtitle" />
372 <style name="TextAppearance.Material.Widget.ActionMode.Subtitle.Inverse"
373 parent="TextAppearance.Material.Widget.ActionBar.Subtitle.Inverse" />
377 <style name="TextAppearance.Material.Widget.Toolbar.Subtitle"
378 parent="TextAppearance.Material.Widget.ActionBar.Subtitle" />
    [all...]
  /packages/apps/Browser/src/com/android/browser/
SuggestionsAdapter.java 480 * Provides the subtitle (text line 2) for a browser suggestion, which should be the
482 * instead, and the subtitle should be empty, so this would return null.
484 * @return the subtitle string to use, or null if none
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java 238 private final void setStatus(CharSequence subTitle) {
240 actionBar.setSubtitle(subTitle);
  /frameworks/base/core/java/com/android/internal/app/
ToolbarActionBar.java 236 public void setSubtitle(CharSequence subtitle) {
237 mDecorToolbar.setSubtitle(subtitle);
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarContextView.java 161 public void setSubtitle(CharSequence subtitle) {
162 mSubtitle = subtitle;
ActionBarView.java 516 public void setSubtitle(CharSequence subtitle) {
517 mSubtitle = subtitle;
519 mSubtitleView.setText(subtitle);
520 mSubtitleView.setVisibility(subtitle != null ? VISIBLE : GONE);
564 * <p>As this encompasses the icon/logo, title and subtitle all in one, we need
580 final CharSequence subtitle = getSubtitle(); local
583 if (!TextUtils.isEmpty(subtitle)) {
586 title, subtitle, homeDesc);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarContextView.java 118 public void setSubtitle(CharSequence subtitle) {
119 mSubtitle = subtitle;
  /docs/source.android.com/
DoxygenLayout.xml 60 <related title="" subtitle=""/>
  /external/fio/tools/
fio_generate_plots 20 echo "Usage: fio_generate_plots subtitle [xres yres]"
  /frameworks/av/media/libstagefright/timedtext/
TimedTextDriver.cpp 206 // To support local subtitle file only for now
  /frameworks/av/media/ndk/
NdkMediaFormat.cpp 244 EXPORT const char* AMEDIAFORMAT_KEY_IS_FORCED_SUBTITLE = "is-forced-subtitle";
  /frameworks/base/tests/OneMedia/src/com/android/onemedia/
PlayerSession.java 153 "OneMedia display subtitle");
  /frameworks/support/v7/mediarouter/res/layout/
mr_media_route_controller_material_dialog_b.xml 90 <TextView android:id="@+id/subtitle"

Completed in 874 milliseconds

1 2 3 4 5 6 7 891011>>