Searched refs:subtitle (Results 1 - 25 of 44) sorted by relevance

12

/frameworks/support/design/tests/src/android/support/design/widget/
H A DCustomSnackbar.java39 /** Sets the subtitle of this custom snackbar. */
40 public CustomSnackbar setSubtitle(String subtitle) { argument
42 subtitleView.setText(subtitle);
/frameworks/support/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
H A DCustomSnackbar.java42 /** Sets the subtitle of this custom snackbar. */
43 public CustomSnackbar setSubtitle(String subtitle) { argument
45 subtitleView.setText(subtitle);
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
H A DCustomSnackbar.java42 /** Sets the subtitle of this custom snackbar. */
43 public CustomSnackbar setSubtitle(String subtitle) { argument
45 subtitleView.setText(subtitle);
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DActionBarInterface.java40 public void setSubtitle(@Nullable CharSequence subtitle); argument
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
H A DListViewActivity.java64 TextView subtitle = (TextView) view.findViewById(R.id.subtitle);
66 subtitle.setText("Subtitle for #" + i);
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
H A DListViewActivity.java64 TextView subtitle = (TextView) view.findViewById(R.id.subtitle);
66 subtitle.setText("Subtitle for #" + i);
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
H A DActionBarWrapper.java57 public void setSubtitle(CharSequence subtitle) { argument
58 mActionBar.setSubtitle(subtitle);
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
H A DActionBarWrapper.java58 public void setSubtitle(CharSequence subtitle) { argument
59 mActionBar.setSubtitle(subtitle);
/frameworks/base/media/java/android/media/
H A DMediaDescription.java26 * A subtitle suitable for display or null.
111 private MediaDescription(String mediaId, CharSequence title, CharSequence subtitle, argument
115 mSubtitle = subtitle;
152 * Returns a subtitle suitable for display or null.
154 * @return A subtitle or null.
282 * Sets the subtitle.
284 * @param subtitle A subtitle suitable for display to the user or null.
287 public Builder setSubtitle(@Nullable CharSequence subtitle) { argument
288 mSubtitle = subtitle;
[all...]
/frameworks/support/media-compat/api21/android/support/v4/media/
H A DMediaDescriptionCompatApi21.java78 public static void setSubtitle(Object builderObj, CharSequence subtitle) { argument
79 ((MediaDescription.Builder)builderObj).setSubtitle(subtitle);
/frameworks/base/core/java/android/view/
H A DActionMode.java108 * Set the subtitle of the action mode. This method will have no visible effect if
111 * @param subtitle Subtitle string to set
116 public abstract void setSubtitle(CharSequence subtitle); argument
119 * Set the subtitle of the action mode. This method will have no visible effect if
122 * @param resId Resource ID of a string to set as the subtitle
130 * Set whether or not the title/subtitle display for this action mode
150 * title/subtitle display to be optional.
160 * @return true if this action mode considers the title and subtitle fields
169 * the title and subtitle. Useful for things like search boxes.
171 * @param view Custom view to use in place of the title/subtitle
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/view/
H A DActionMode.java96 * Set the subtitle of the action mode. This method will have no visible effect if
99 * @param subtitle Subtitle string to set
104 public abstract void setSubtitle(CharSequence subtitle); argument
107 * Set the subtitle of the action mode. This method will have no visible effect if
110 * @param resId Resource ID of a string to set as the subtitle
118 * Set whether or not the title/subtitle display for this action mode
138 * title/subtitle display to be optional.
148 * @return true if this action mode considers the title and subtitle fields
157 * the title and subtitle. Useful for things like search boxes.
159 * @param view Custom view to use in place of the title/subtitle
[all...]
H A DStandaloneActionMode.java66 public void setSubtitle(CharSequence subtitle) { argument
67 mContextView.setSubtitle(subtitle);
H A DSupportActionModeWrapper.java68 public void setSubtitle(CharSequence subtitle) { argument
69 mWrappedObject.setSubtitle(subtitle);
/frameworks/base/core/java/com/android/internal/view/
H A DStandaloneActionMode.java61 public void setSubtitle(CharSequence subtitle) { argument
62 mContextView.setSubtitle(subtitle);
/frameworks/base/core/tests/notificationtests/src/android/app/
H A DNotificationStressTest.java116 CharSequence subtitle = String.valueOf(System.currentTimeMillis());
123 .setContentText(subtitle)
/frameworks/support/media-compat/java/android/support/v4/media/
H A DMediaDescriptionCompat.java158 * A subtitle suitable for display or null.
187 MediaDescriptionCompat(String mediaId, CharSequence title, CharSequence subtitle, argument
191 mSubtitle = subtitle;
230 * Returns a subtitle suitable for display or null.
232 * @return A subtitle or null.
470 * Sets the subtitle.
472 * @param subtitle A subtitle suitable for display to the user or null.
475 public Builder setSubtitle(@Nullable CharSequence subtitle) { argument
476 mSubtitle = subtitle;
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DAppCompatActionBar.java137 protected void setSubtitle(CharSequence subtitle) { argument
138 if (subtitle != null && mWindowDecorActionBar != null) {
140 invoke(setSubtitle, mWindowDecorActionBar, subtitle);
H A DFrameworkActionBar.java122 protected void setSubtitle(CharSequence subtitle) { argument
123 mActionBar.setSubTitle(subtitle);
/frameworks/base/core/java/com/android/internal/widget/
H A DToolbarWidgetWrapper.java111 final CharSequence subtitle = a.getText(R.styleable.ActionBar_subtitle);
112 if (!TextUtils.isEmpty(subtitle)) {
113 setSubtitle(subtitle);
272 public void setSubtitle(CharSequence subtitle) { argument
273 mSubtitle = subtitle;
275 mToolbar.setSubtitle(subtitle);
H A DDecorToolbar.java53 void setSubtitle(CharSequence subtitle); argument
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DToolbarWidgetWrapper.java115 final CharSequence subtitle = a.getText(R.styleable.ActionBar_subtitle);
116 if (!TextUtils.isEmpty(subtitle)) {
117 setSubtitle(subtitle);
271 public void setSubtitle(CharSequence subtitle) { argument
272 mSubtitle = subtitle;
274 mToolbar.setSubtitle(subtitle);
H A DDecorToolbar.java55 void setSubtitle(CharSequence subtitle); argument
/frameworks/support/v17/leanback/src/android/support/v17/leanback/media/
H A DPlaybackBaseControlGlue.java453 * Sets the media subtitle. The subtitle will be rendered by default description presenter
455 * @param subtitle Subtitle to set.
457 public void setSubtitle(CharSequence subtitle) { argument
458 if (TextUtils.equals(subtitle, mSubtitle)) {
461 mSubtitle = subtitle;
468 * Return The media subtitle.
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DAddPrinterActivity.java557 TextView subtitle = (TextView) convertView.findViewById(R.id.subtitle);
563 subtitle.setText(getString(R.string.cannot_add_printer));
565 subtitle.setText(getString(R.string.select_to_add_printers));
710 ((TextView) convertView.findViewById(R.id.subtitle)).setText(getResources()

Completed in 1810 milliseconds

12