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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/av/media/libstagefright/timedtext/
TimedTextSRTSource.h 73 // Compares the time range of the subtitle at index to the given timeUs.
74 // The time range of the subtitle to match with given timeUs is extended to
75 // [endTimeUs of the previous subtitle, endTimeUs of current subtitle).
77 // This compare function is used to find a next subtitle when read() is
80 // subtitle, [300, 400).
TimedTextSource.cpp 42 ALOGE("Unsupported mime type for subtitle. : %s", mime);
57 ALOGE("Undefined subtitle format. : %d", filetype);
  /frameworks/av/media/libstagefright/timedtext/test/
TimedTextSRTSource_test.cpp 39 * Subtitle number
41 * Text of subtitle (one or more lines)
114 AString subtitle; member in class:android::test::TimedTextSRTSourceTest
123 subtitle = AStringPrintf("%d\n\n", i);
124 CheckDataEquals(parcel, subtitle.c_str());
130 subtitle = AStringPrintf("6\n\n");
131 CheckDataEquals(parcel, subtitle.c_str());
136 subtitle = AStringPrintf("7\n\n");
137 CheckDataEquals(parcel, subtitle.c_str());
142 subtitle = AStringPrintf("8\n\n")
    [all...]
  /frameworks/base/media/java/android/media/
MediaDescription.java 25 * A subtitle suitable for display or null.
49 private MediaDescription(String mediaId, CharSequence title, CharSequence subtitle,
53 mSubtitle = subtitle;
90 * Returns a subtitle suitable for display or null.
92 * @return A subtitle or null.
220 * Sets the subtitle.
222 * @param subtitle A subtitle suitable for display to the user or null.
225 public Builder setSubtitle(@Nullable CharSequence subtitle) {
226 mSubtitle = subtitle;
    [all...]
SubtitleController.java 31 * The subtitle controller provides the architecture to display subtitles for a
33 * to display them, and also allows adding external, out-of-band subtitle tracks.
89 * Creates a subtitle controller for a media playback object that implements
116 * @return the available subtitle tracks for this media. These include
129 * @return the currently selected subtitle track
143 * Selects a subtitle track. As a result, this track will receive
145 * not change the subtitle visibility.
149 * @param track The subtitle track to select. This must be one of the
189 * @return the default subtitle track based on system preferences, or null,
315 * Adds a new, external subtitle track to the manager
    [all...]
SubtitleData.java 24 * Class to hold the subtitle track's data, including:
32 * <p> To receive the subtitle data, applications need to do the following:
SubtitleTrack.java 33 * A subtitle track abstract base class that is responsible for parsing and displaying
34 * an instance of a particular type of subtitle.
88 * Called when there is input data for the subtitle track. The
89 * complete subtitle for a track can include multiple whole units
95 * @param data subtitle data byte buffer
97 * @param runID mostly-unique ID for this run of data. Subtitle cues
108 * Called when adding the subtitle rendering widget to the view hierarchy,
109 * as well as when showing or hiding the subtitle track, or when the video
112 * @return the widget that renders this subtitle track. For most renderers
114 * tracks supported by that renderer, as at most one subtitle trac
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/view/
ActionMode.java 93 * Set the subtitle of the action mode. This method will have no visible effect if
96 * @param subtitle Subtitle string to set
101 public abstract void setSubtitle(CharSequence subtitle);
104 * Set the subtitle of the action mode. This method will have no visible effect if
107 * @param resId Resource ID of a string to set as the subtitle
115 * Set whether or not the title/subtitle display for this action mode
135 * title/subtitle display to be optional.
145 * @return true if this action mode considers the title and subtitle fields
154 * the title and subtitle. Useful for things like search boxes
    [all...]
  /packages/apps/QuickSearchBox/res/layout/
suggestion.xml 40 <!-- The subtitle comes before the title, since the height of the title depends on whether the
41 subtitle is visible or gone. -->
51 <!-- The title is placed above the subtitle, if there is one. If there is no
52 subtitle, it fills the parent. -->
  /frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
ActionBarWrapper.java 57 public void setSubtitle(CharSequence subtitle) {
58 mActionBar.setSubtitle(subtitle);
  /frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
ActionBarWrapper.java 58 public void setSubtitle(CharSequence subtitle) {
59 mActionBar.setSubtitle(subtitle);
  /frameworks/base/core/java/android/view/
ActionMode.java 108 * 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);
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
    [all...]
  /external/v8/benchmarks/
revisions.html 22 <div class="subtitle"><h3>Version 7 (<a href="http://v8.googlecode.com/svn/data/benchmarks/v7/run.html">link</a>)</h3></div>
27 <div class="subtitle"><h3>Version 6 (<a href="http://v8.googlecode.com/svn/data/benchmarks/v6/run.html">link</a>)</h3></div>
41 <div class="subtitle"><h3>Version 5 (<a href="http://v8.googlecode.com/svn/data/benchmarks/v5/run.html">link</a>)</h3></div>
49 <div class="subtitle"><h3>Version 4 (<a href="http://v8.googlecode.com/svn/data/benchmarks/v4/run.html">link</a>)</h3></div>
63 <div class="subtitle"><h3>Version 3 (<a href="http://v8.googlecode.com/svn/data/benchmarks/v3/run.html">link</a>)</h3></div>
76 <div class="subtitle"><h3>Version 2 (<a href="http://v8.googlecode.com/svn/data/benchmarks/v2/run.html">link</a>)</h3></div>
94 <div class="subtitle"><h3>Version 1 (<a href="http://v8.googlecode.com/svn/data/benchmarks/v1/run.html">link</a>)</h3></div>
  /cts/tests/tests/media/src/android/media/cts/
MediaItemTest.java 30 private static final String SUBTITLE = "test_subtitle";
35 .setTitle(TITLE).setSubtitle(SUBTITLE).build();
57 .setTitle(TITLE).setSubtitle(SUBTITLE).build();
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/res/values/
constants.xml 18 <!-- The minimum subtitle font size. -->
  /frameworks/base/core/res/res/layout/
search_dropdown_item_icons_2line.xml 59 <!-- The subtitle comes before the title, since the height of the title depends on whether the
60 subtitle is visible or gone. -->
75 <!-- The title is placed above the subtitle, if there is one. If there is no
76 subtitle, it fills the parent. -->
  /frameworks/support/v7/appcompat/res/layout/
abc_search_dropdown_item_icons_2line.xml 60 <!-- The subtitle comes before the title, since the height of the title depends on whether the
61 subtitle is visible or gone. -->
74 <!-- The title is placed above the subtitle, if there is one. If there is no
75 subtitle, it fills the parent. -->
  /packages/apps/Messaging/src/com/android/messaging/ui/conversationsettings/
PeopleOptionsItemView.java 58 mSubtitle = (TextView) findViewById(R.id.subtitle);
75 final String subtitle = mData.getSubtitle(); local
76 if (TextUtils.isEmpty(subtitle)) {
80 mSubtitle.setText(subtitle);
  /prebuilts/sdk/current/support/v7/appcompat/res/layout/
abc_search_dropdown_item_icons_2line.xml 60 <!-- The subtitle comes before the title, since the height of the title depends on whether the
61 subtitle is visible or gone. -->
74 <!-- The title is placed above the subtitle, if there is one. If there is no
75 subtitle, it fills the parent. -->
  /frameworks/opt/photoviewer/res/values/
strings.xml 24 <!-- Title and subtitle combined into a single string -->
25 <string name="titles"><xliff:g id="title">%s</xliff:g>, <xliff:g id="subtitle">%s</xliff:g></string>
  /frameworks/support/v4/java/android/support/v4/media/
MediaDescriptionCompat.java 42 * A subtitle suitable for display or null.
71 private MediaDescriptionCompat(String mediaId, CharSequence title, CharSequence subtitle,
75 mSubtitle = subtitle;
114 * Returns a subtitle suitable for display or null.
116 * @return A subtitle or null.
322 * Sets the subtitle.
324 * @param subtitle A subtitle suitable for display to the user or null.
327 public Builder setSubtitle(@Nullable CharSequence subtitle) {
328 mSubtitle = subtitle;
    [all...]
  /frameworks/support/v7/appcompat/res/values-v21/
styles_base.xml 53 <style name="Base.TextAppearance.AppCompat.Widget.ActionBar.Subtitle"
54 parent="android:TextAppearance.Material.Widget.ActionBar.Subtitle">
61 <style name="Base.TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse"
62 parent="android:TextAppearance.Material.Widget.ActionBar.Subtitle.Inverse">
69 <style name="Base.TextAppearance.AppCompat.Widget.ActionMode.Subtitle"
70 parent="android:TextAppearance.Material.Widget.ActionMode.Subtitle">
102 <style name="Base.TextAppearance.Widget.AppCompat.Toolbar.Subtitle"
103 parent="android:TextAppearance.Material.Widget.ActionBar.Subtitle">
165 <style name="Base.TextAppearance.AppCompat.SearchResult.Subtitle"
166 parent="android:TextAppearance.Material.SearchResult.Subtitle">
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/res/values-v21/
styles_base.xml 53 <style name="Base.TextAppearance.AppCompat.Widget.ActionBar.Subtitle"
54 parent="android:TextAppearance.Material.Widget.ActionBar.Subtitle">
61 <style name="Base.TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse"
62 parent="android:TextAppearance.Material.Widget.ActionBar.Subtitle.Inverse">
69 <style name="Base.TextAppearance.AppCompat.Widget.ActionMode.Subtitle"
70 parent="android:TextAppearance.Material.Widget.ActionMode.Subtitle">
102 <style name="Base.TextAppearance.Widget.AppCompat.Toolbar.Subtitle"
103 parent="android:TextAppearance.Material.Widget.ActionBar.Subtitle">
165 <style name="Base.TextAppearance.AppCompat.SearchResult.Subtitle"
166 parent="android:TextAppearance.Material.SearchResult.Subtitle">
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
BridgeActionBar.java 114 /** Setup things like the title, subtitle, icon etc. */
123 protected abstract void setSubtitle(CharSequence subtitle);
140 String subTitle = mCallback.getSubTitle();
141 if (subTitle != null) {
142 setSubtitle(subTitle);
  /developers/demos/JustForUs/justforus/src/main/res/values/
strings.xml 22 Template string with coupon title, subtitle, and sender name for the text to use
28 Template string with coupon title, subtitle, and sender name for the text to use

Completed in 982 milliseconds

1 2 3 4 5 6 7 8 91011>>