Searched defs:subtitle (Results 1 - 25 of 49) sorted by relevance

12

/frameworks/support/frameworks/support/samples/SupportDesignDemos/src/main/java/com/example/android/support/design/widget/
H A DCustomSnackbar.java43 /** Sets the subtitle of this custom snackbar. */
44 public CustomSnackbar setSubtitle(String subtitle) { argument
46 subtitleView.setText(subtitle);
/frameworks/support/samples/SupportDesignDemos/src/main/java/com/example/android/support/design/widget/
H A DCustomSnackbar.java43 /** Sets the subtitle of this custom snackbar. */
44 public CustomSnackbar setSubtitle(String subtitle) { argument
46 subtitleView.setText(subtitle);
/frameworks/av/packages/MediaComponents/src/com/android/media/subtitle/
H A DMediaTimeProvider.java17 package com.android.media.subtitle;
H A DSubtitleController.java17 package com.android.media.subtitle;
31 import com.android.media.subtitle.SubtitleTrack.RenderingWidget;
35 * The subtitle controller provides the architecture to display subtitles for a
37 * to display them, and also allows adding external, out-of-band subtitle tracks.
93 * Creates a subtitle controller for a media playback object that implements
120 * @return the available subtitle tracks for this media. These include
133 * @return the currently selected subtitle track
147 * Selects a subtitle track. As a result, this track will receive
149 * not change the subtitle visibility.
153 * @param track The subtitle trac
[all...]
/frameworks/support/media/src/main/java/androidx/media/subtitle/
H A DMediaTimeProvider.java17 package androidx.media.subtitle;
H A DClosedCaptionWidget.java17 package androidx.media.subtitle;
H A DSubtitleController.java17 package androidx.media.subtitle;
32 import androidx.media.subtitle.SubtitleTrack.RenderingWidget;
39 * The subtitle controller provides the architecture to display subtitles for a
41 * to display them, and also allows adding external, out-of-band subtitle tracks.
103 * Creates a subtitle controller for a media playback object that implements
130 * @return the available subtitle tracks for this media. These include
143 * @return the currently selected subtitle track
157 * Selects a subtitle track. As a result, this track will receive
159 * not change the subtitle visibility.
163 * @param track The subtitle trac
[all...]
/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/opt/photoviewer/src/com/android/ex/photo/
H A DActionBarInterface.java40 public void setSubtitle(@Nullable CharSequence subtitle); argument
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DAppCompatActionBar.java152 protected void setSubtitle(CharSequence subtitle) { argument
153 if (subtitle != null && mWindowDecorActionBar != null) {
155 invoke(setSubtitle, mWindowDecorActionBar, subtitle);
H A DBridgeActionBar.java121 /** Setup things like the title, subtitle, icon etc. */
130 protected abstract void setSubtitle(CharSequence subtitle); argument
H A DFrameworkActionBar.java122 protected void setSubtitle(CharSequence subtitle) { argument
123 mActionBar.setSubTitle(subtitle);
/frameworks/support/media/api21/android/support/v4/media/
H A DMediaDescriptionCompatApi21.java79 public static void setSubtitle(Object builderObj, CharSequence subtitle) { argument
80 ((MediaDescription.Builder)builderObj).setSubtitle(subtitle);
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/view/
H A DActionMode.java97 * Set the subtitle of the action mode. This method will have no visible effect if
100 * @param subtitle Subtitle string to set
105 public abstract void setSubtitle(CharSequence subtitle); argument
108 * Set the subtitle of the action mode. This method will have no visible effect if
111 * @param resId Resource ID of a string to set as the subtitle
119 * Set whether or not the title/subtitle display for this action mode
139 * title/subtitle display to be optional.
149 * @return true if this action mode considers the title and subtitle fields
158 * the title and subtitle. Useful for things like search boxes.
160 * @param view Custom view to use in place of the title/subtitle
[all...]
H A DStandaloneActionMode.java67 public void setSubtitle(CharSequence subtitle) { argument
68 mContextView.setSubtitle(subtitle);
H A DSupportActionModeWrapper.java69 public void setSubtitle(CharSequence subtitle) { argument
70 mWrappedObject.setSubtitle(subtitle);
/frameworks/base/core/java/android/view/
H A DActionMode.java109 * Set the subtitle of the action mode. This method will have no visible effect if
112 * @param subtitle Subtitle string to set
117 public abstract void setSubtitle(CharSequence subtitle); argument
120 * Set the subtitle of the action mode. This method will have no visible effect if
123 * @param resId Resource ID of a string to set as the subtitle
131 * Set whether or not the title/subtitle display for this action mode
151 * title/subtitle display to be optional.
161 * @return true if this action mode considers the title and subtitle fields
170 * the title and subtitle. Useful for things like search boxes.
172 * @param view Custom view to use in place of the title/subtitle
[all...]
/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/java/com/android/internal/widget/
H A DActionBarContextView.java161 public void setSubtitle(CharSequence subtitle) { argument
162 mSubtitle = 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.
309 * Sets the subtitle.
311 * @param subtitle A subtitle suitable for display to the user or null.
314 public Builder setSubtitle(@Nullable CharSequence subtitle) { argument
315 mSubtitle = subtitle;
[all...]
/frameworks/support/media/src/main/java/android/support/v4/media/
H A DMediaDescriptionCompat.java159 * A subtitle suitable for display or null.
188 MediaDescriptionCompat(String mediaId, CharSequence title, CharSequence subtitle, argument
192 mSubtitle = subtitle;
231 * Returns a subtitle suitable for display or null.
233 * @return A subtitle or null.
471 * Sets the subtitle.
473 * @param subtitle A subtitle suitable for display to the user or null.
476 public Builder setSubtitle(@Nullable CharSequence subtitle) { argument
477 mSubtitle = subtitle;
[all...]
/frameworks/support/slices/builders/src/main/java/androidx/slice/builders/impl/
H A DListBuilder.java164 * Set the subtitle.
264 * Sets the subtitle text.
266 void setSubtitle(CharSequence subtitle); argument
269 * Sets the subtitle text.
275 void setSubtitle(CharSequence subtitle, boolean isLoading); argument
324 * a title, subtitle, and an action.
334 * Sets the subtitle to be shown in this header.
336 void setSubtitle(CharSequence subtitle, boolean isLoading); argument
339 * Sets the summary subtitle to be shown in this header. If unset, the normal subtitle
[all...]
H A DListBuilderBasicImpl.java263 public void setSubtitle(CharSequence subtitle) { argument
269 public void setSubtitle(CharSequence subtitle, boolean isLoading) { argument
336 public void setSubtitle(CharSequence subtitle, boolean isLoading) { argument
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DActionBarContextView.java120 public void setSubtitle(CharSequence subtitle) { argument
121 mSubtitle = subtitle;

Completed in 164 milliseconds

12