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

1 2 3 4 5 6 7 8 9

  /external/chromium_org/media/webm/
webm_webvtt_parser_unittest.cc 39 const Cue cue = EncodeCue("", "", "Subtitle");
45 EXPECT_EQ(content, "Subtitle");
53 const Cue cue = EncodeCue(idsrc, "", "Subtitle");
59 EXPECT_EQ(content, "Subtitle");
74 const Cue cue = EncodeCue("", settings_str[i], "Subtitle");
80 EXPECT_EQ(content, "Subtitle");
89 "Subtitle",
90 "Another Subtitle",
91 "Yet Another Subtitle",
92 "Another Subtitle\nSplit Across Two Lines" }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Placard.js 30 * @param {string} subtitle
32 WebInspector.Placard = function(title, subtitle)
37 this.subtitleElement = this.element.createChild("div", "subtitle");
41 this.subtitle = subtitle;
61 get subtitle()
66 set subtitle(x)
SidebarTreeElement.js 81 * @param {string=} subtitle
85 WebInspector.SidebarTreeElement = function(className, title, subtitle, representedObject, hasChildren)
110 this.subtitleElement.className = "subtitle";
115 this.subtitle = subtitle;
147 get subtitle()
152 set subtitle(x)
172 var subtitle = this.subtitle;
173 if (subtitle) {
    [all...]
ScopeChainSidebarPane.js 72 var subtitle = scope.object.description;
82 subtitle = undefined;
100 subtitle = undefined;
105 subtitle = undefined;
118 if (!title || title === subtitle)
119 subtitle = undefined;
123 var section = new WebInspector.ObjectPropertiesSection(scopeObject, title, subtitle, emptyPlaceholder, true, extraProperties, WebInspector.ScopeVariableTreeElement);
173 this._propertyIdentifier = section.title + ":" + (section.subtitle ? section.subtitle + ":" : "") + this.propertyPath();
filteredItemSelectionDialog.css 26 .filtered-item-list-dialog-subtitle {
30 .filtered-item-list-dialog-item.one-row .filtered-item-list-dialog-subtitle {
Section.js 33 * @param {string=} subtitle
35 WebInspector.Section = function(title, subtitle)
48 this.subtitleElement.className = "subtitle";
57 this.subtitle = subtitle;
80 get subtitle()
85 set subtitle(x)
PropertiesSection.js 34 * @param {string=} subtitle
36 WebInspector.PropertiesSection = function(title, subtitle)
38 WebInspector.Section.call(this, title, subtitle);
  /packages/apps/VideoEditor/src/com/android/videoeditor/util/
ImageUtils.java 239 * @param subTitle The subtitle
246 String title, String subTitle, int width, int height) {
260 Color.WHITE, title, subTitle, width, height);
266 Color.WHITE, title, subTitle, width, height);
272 Color.BLACK, title, subTitle, width, height);
278 Color.BLACK, title, subTitle, width, height);
298 * @param subTitle The subtitle
303 int textColor, String title, String subTitle, int width, int height)
    [all...]
  /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 = StringPrintf("%d\n\n", i);
124 CheckDataEquals(parcel, subtitle.c_str());
130 subtitle = StringPrintf("6\n\n");
131 CheckDataEquals(parcel, subtitle.c_str());
136 subtitle = StringPrintf("7\n\n");
137 CheckDataEquals(parcel, subtitle.c_str());
142 subtitle = StringPrintf("8\n\n")
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
MovieOverlay.java 38 private static final String KEY_SUBTITLE = "subtitle";
82 * @param subTitle The sub title
86 String subTitle, int type) {
92 mSubtitle = subTitle;
183 * @return The subtitle
233 * @param subtitle The overlay subtitle
237 public static Bundle buildUserAttributes(int type, String title, String subtitle) {
241 userAttributes.putString(KEY_SUBTITLE, subtitle);
290 * @return The subtitle
    [all...]
  /frameworks/base/core/java/android/view/
ActionMode.java 86 * Set the subtitle of the action mode. This method will have no visible effect if
89 * @param subtitle Subtitle string to set
94 public abstract void setSubtitle(CharSequence subtitle);
97 * Set the subtitle of the action mode. This method will have no visible effect if
100 * @param resId Resource ID of a string to set as the subtitle
108 * Set whether or not the title/subtitle display for this action mode
128 * title/subtitle display to be optional.
138 * @return true if this action mode considers the title and subtitle fields
147 * the title and subtitle. Useful for things like search boxes
    [all...]
  /frameworks/base/media/java/android/media/
SubtitleController.java 30 * The subtitle controller provides the architecture to display subtitles for a
32 * to display them, and also allows adding external, out-of-band subtitle tracks.
88 * Creates a subtitle controller for a media playback object that implements
115 * @return the available subtitle tracks for this media. These include
128 * @return the currently selected subtitle track
142 * Selects a subtitle track. As a result, this track will receive
144 * not change the subtitle visibility.
148 * @param track The subtitle track to select. This must be one of the
188 * @return the default subtitle track based on system preferences, or null,
313 * Adds a new, external subtitle track to the manager
    [all...]
SubtitleData.java 25 * Class to hold the subtitle track's data, including:
33 * <p> To receive the subtitle data, applications need to do the following:
  /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/support/v7/appcompat/src/android/support/v7/view/
ActionMode.java 96 * Set the subtitle of the action mode. This method will have no visible effect if a custom view
99 * @param subtitle Subtitle string to set
103 public abstract void setSubtitle(CharSequence subtitle);
106 * Set the subtitle of the action mode. This method will have no visible effect if a custom view
109 * @param resId Resource ID of a string to set as the subtitle
116 * Set whether or not the title/subtitle display for this action mode is optional.
133 * @return true if this action mode has been given a hint to consider the title/subtitle display
143 * @return true if this action mode considers the title and subtitle fields as optional.
152 * subtitle. Useful for things like search boxes
    [all...]
  /external/chromium_org/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>
  /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>
  /frameworks/support/v7/appcompat/res/values/
styles.xml 45 <style name="TextAppearance.AppCompat.Widget.ActionBar.Subtitle"
46 parent="TextAppearance.AppCompat.Widget.Base.ActionBar.Subtitle">
53 <style name="TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse"
54 parent="TextAppearance.AppCompat.Widget.Base.ActionBar.Subtitle.Inverse">
137 <style name="TextAppearance.AppCompat.Widget.ActionMode.Subtitle"
138 parent="TextAppearance.AppCompat.Widget.Base.ActionMode.Subtitle">
145 <style name="TextAppearance.AppCompat.Widget.ActionMode.Subtitle.Inverse"
146 parent="TextAppearance.AppCompat.Widget.Base.ActionMode.Subtitle.Inverse">
217 <style name="TextAppearance.AppCompat.SearchResult.Subtitle"
218 parent="TextAppearance.AppCompat.Base.SearchResult.Subtitle">
    [all...]
  /frameworks/support/v7/appcompat/res/values-v14/
styles_base.xml 92 <style name="TextAppearance.AppCompat.Widget.Base.ActionBar.Subtitle"
93 parent="android:TextAppearance.Holo.Widget.ActionBar.Subtitle">
100 <style name="TextAppearance.AppCompat.Widget.Base.ActionBar.Subtitle.Inverse"
101 parent="android:TextAppearance.Holo.Widget.ActionBar.Subtitle.Inverse">
108 <style name="TextAppearance.AppCompat.Widget.Base.ActionMode.Subtitle"
109 parent="android:TextAppearance.Holo.Widget.ActionMode.Subtitle">
116 <style name="TextAppearance.AppCompat.Widget.Base.ActionMode.Subtitle.Inverse"
117 parent="android:TextAppearance.Holo.Widget.ActionMode.Subtitle.Inverse">
204 <style name="TextAppearance.AppCompat.Base.SearchResult.Subtitle"
205 parent="@android:TextAppearance.Holo.SearchResult.Subtitle">
    [all...]
  /frameworks/base/core/res/res/layout/
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. -->
76 <!-- The title is placed above the subtitle, if there is one. If there is no
77 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. -->
76 <!-- The title is placed above the subtitle, if there is one. If there is no
77 subtitle, it fills the parent. -->
  /external/chromium_org/media/base/
container_names.h 28 CONTAINER_ASS, // SSA (SubStation Alpha) subtitle
53 CONTAINER_SRT, // SRT (SubRip subtitle)
  /frameworks/base/core/java/android/inputmethodservice/
ExtractEditLayout.java 117 public void setSubtitle(CharSequence subtitle) {
118 // Subtitle will not be shown.
123 // Subtitle will not be shown.

Completed in 462 milliseconds

1 2 3 4 5 6 7 8 9