/frameworks/base/core/tests/notificationtests/src/android/app/ |
NotificationStressTest.java | 87 CharSequence subtitle = String.valueOf(System.currentTimeMillis()); local 88 notification.setLatestEventInfo(mContext, title, subtitle, pendingIntent);
|
/frameworks/base/media/java/android/media/ |
SubtitleTrack.java | 32 * A subtitle track abstract base class that is responsible for parsing and displaying 33 * an instance of a particular type of subtitle. 79 * Called when there is input data for the subtitle track. The 80 * complete subtitle for a track can include multiple whole units 88 * @param runID mostly-unique ID for this run of data. Subtitle cues 101 * Called when adding the subtitle rendering widget to the view hierarchy, 102 * as well as when showing or hiding the subtitle track, or when the video 105 * @return the widget that renders this subtitle track. For most renderers 107 * tracks supported by that renderer, as at most one subtitle track 113 * Called when the active cues have changed, and the contents of the subtitle [all...] |
MediaFormat.java | 72 * Subtitle formats have the following keys: 228 * This is currently only used for subtitle tracks, when the user selected 238 * This is currently only used for subtitle tracks, when the user selected 247 * A key for the FORCED field for subtitle tracks. True if it is a 248 * forced subtitle track. Forced subtitle tracks are essential for the 254 public static final String KEY_IS_FORCED_SUBTITLE = "is-forced-subtitle"; 381 * Creates a minimal subtitle format.
|
/developers/build/prebuilts/gradle/BorderlessButtons/BorderlessButtonsSample/src/main/res/values/ |
strings.xml | 22 <string name="dummy_subtitle">Dummy subtitle</string>
|
/developers/samples/android/ui/holo/BorderlessButtons/BorderlessButtonsSample/src/main/res/values/ |
strings.xml | 22 <string name="dummy_subtitle">Dummy subtitle</string>
|
/development/samples/browseable/BorderlessButtons/res/values/ |
strings.xml | 22 <string name="dummy_subtitle">Dummy subtitle</string>
|
/external/robolectric/src/test/resources/res/layout/ |
media.xml | 40 android:id="@+id/subtitle"
|
main.xml | 46 android:id="@+id/subtitle"
|
/frameworks/av/media/libstagefright/timedtext/ |
TimedTextSource.h | 44 // Returns subtitle parcel and its start time.
|
/external/bison/lib/ |
bitsetv.c | 141 bitsetv_dump (FILE *file, char const *title, char const *subtitle, 149 fprintf (file, "%s %lu\n", subtitle, (unsigned long int) i);
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
QuicktimeTextTrackImpl.java | 72 throw new Error("Subtitle display times may not intersect"); 101 throw new Error("Subtitle display times may not intersect");
|
TextTrackImpl.java | 75 throw new Error("Subtitle display times may not intersect"); 104 throw new Error("Subtitle display times may not intersect");
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
AppWidgetManagerTest.java | 44 assertEquals("Hola", ((TextView) widgetView.findViewById(R.id.subtitle)).getText()); 104 remoteViews.setTextViewText(R.id.subtitle, "Hola");
|
/frameworks/base/core/java/com/android/internal/view/ |
StandaloneActionMode.java | 60 public void setSubtitle(CharSequence subtitle) { 61 mContextView.setSubtitle(subtitle);
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/ |
ActionModeWrapper.java | 70 public void setSubtitle(CharSequence subtitle) { 71 mWrappedObject.setSubtitle(subtitle);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
videotext.h | 113 unsigned subtitle : 1; /* insert subtitle (C6) */ member in struct:__anon37853
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
videotext.h | 113 unsigned subtitle : 1; /* insert subtitle (C6) */ member in struct:__anon39444
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
videotext.h | 113 unsigned subtitle : 1; /* insert subtitle (C6) */ member in struct:__anon40958
|
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
network_list.js | 159 * Element for the control's subtitle. 188 * Text label for the subtitle. 191 set subtitle(text) { 274 this.subtitle_.className = 'network-subtitle'; 302 this.subtitle = null; 406 this.subtitle = loadTimeData.getString(defaultMessage); 412 this.subtitle = networkDetails.networkName; 677 * subtitle: string, 693 if (this.data.subtitle) 694 this.subtitle = this.data.subtitle [all...] |
/external/chromium_org/v8/benchmarks/ |
style.css | 37 div.subtitle {
|
/external/v8/benchmarks/ |
style.css | 37 div.subtitle {
|
/frameworks/base/packages/PrintSpooler/res/layout/ |
spinner_dropdown_item.xml | 40 android:id="@+id/subtitle"
|
/frameworks/base/packages/SystemUI/res/layout/ |
battery_low.xml | 28 <TextView android:id="@+id/subtitle"
|
/packages/apps/Mms/res/layout/ |
search_item.xml | 42 android:id="@+id/subtitle"
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
QuickContactListFragment.java | 149 CharSequence subtitle = action.getSubtitle(); 150 text2.setText(subtitle); 151 if (TextUtils.isEmpty(subtitle)) {
|