/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/ |
WindowDecorActionBar.java | 441 public void setSubtitle(CharSequence subtitle) { 442 mDecorToolbar.setSubtitle(subtitle); [all...] |
/packages/apps/UnifiedEmail/res/values/ |
colors.xml | 89 <!-- Color of the subtitle message in the attachment tile -->
|
/cts/tests/tests/media/src/android/media/cts/ |
MediaPlayerTest.java | [all...] |
/frameworks/support/v7/appcompat/res/values/ |
attrs.xml | 248 <!-- Text color, typeface, size, and style for system search result subtitle. Defaults to primary inverse text color. --> 413 <!-- Specifies subtitle text used for navigationMode="normal" --> 414 <attr name="subtitle" format="string"/> 417 <!-- Specifies a style to use for subtitle text. --> 481 <!-- Specifies a style to use for subtitle text. --> [all...] |
/prebuilts/sdk/current/support/v7/appcompat/res/values/ |
attrs.xml | 248 <!-- Text color, typeface, size, and style for system search result subtitle. Defaults to primary inverse text color. --> 413 <!-- Specifies subtitle text used for navigationMode="normal" --> 414 <attr name="subtitle" format="string"/> 417 <!-- Specifies a style to use for subtitle text. --> 481 <!-- Specifies a style to use for subtitle text. --> [all...] |
/frameworks/base/docs/html/about/versions/ |
android-4.4.jd | 336 <p>{@link android.widget.VideoView} now supports <a href="http://dev.w3.org/html5/webvtt/" class="external-link">WebVTT</a> subtitle tracks when playing HTTP Live Stream (HLS) videos, displaying the subtitle track according to the closed caption preferences the user has defined in system settings. </p> 338 <p>You can also provide {@link android.widget.VideoView} with your WebVTT subtitle tracks using the {@link android.widget.VideoView#addSubtitleSource addSubtitleSource()} method. This method accepts an {@link java.io.InputStream} that carries the subtitle data and a {@link android.media.MediaFormat} object that specifies the format for the subtitle data, which you can specify using {@link android.media.MediaFormat#createSubtitleFormat createSubtitleFormat()}. These subtitles also appear over the video according to the user's preferences. </p> 340 <p>If you do not use {@link android.widget.VideoView} to display your video content, you should make your subtitle overlay match the user's closed captioning preference as closely as possible. A new {@link android.view.accessibility.CaptioningManager} API allows you to query the user?s closed captioning preferences, including styles defined by {@link android.view.accessibility.CaptioningManager.CaptionStyle}, such as typeface and color. In case the user adjusts some preferences once your video has already started, you should listen for changes to the preferences by registering an instance of {@link android.view.accessibility.CaptioningManager.CaptioningChangeListener} to receive a callback when any of the preferences change, then update your subtitles as necessary.</p> [all...] |
/packages/apps/Browser/src/com/android/browser/provider/ |
BrowserProvider.java | 735 * Provides the subtitle (text line 2) for a browser suggestion, which should be the 737 * instead, and the subtitle should be empty, so this would return null. 739 * @return the subtitle string to use, or null if none [all...] |
/build/tools/droiddoc/templates-sdk/ |
footer.cs | 67 <p class="dac-modal-header-subtitle">* Required Fields</p>
|
/external/libxml2/test/valid/dtds/ |
spec.dtd | 217 "title, subtitle?, version, w3c-designation, w3c-doctype, 372 <!-- Example of subtitle: "A Cheesy Specification" --> 373 <!ELEMENT subtitle (#PCDATA)> 374 <!ATTLIST subtitle %common.att;>
|
/external/okhttp/website/ |
index.html | 32 <section id="subtitle">
|
/external/valgrind/docs/ |
README | 244 - concat titlepage + subtitle page in fo output
|
/frameworks/base/docs/html/training/tv/tif/ |
tvinput.jd | 52 <li>{@link android.media.tv.TvTrackInfo} represents an audio, video, or subtitle track</li>
|
/frameworks/base/media/java/android/media/tv/ |
TvTrackInfo.java | 41 * The type value for subtitle tracks.
|
/frameworks/base/packages/DocumentsUI/res/values/ |
strings.xml | 92 <!-- Subtitle of storage root indicating the total free space available, in bytes [CHAR LIMIT=24] -->
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
PhotoViewController.java | 172 /** The subtitle in the actionbar */ 341 // Set the title and subtitle immediately here, rather than waiting 753 * Adjusts the activity title and subtitle to reflect the photo name and count. 795 * Sets the Action Bar title to {@link #mActionBarTitle} and the subtitle to [all...] |
/frameworks/support/v7/appcompat/res-public/values/ |
public_attrs.xml | 162 <public type="attr" name="subtitle"/>
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
DataAction.java | 85 // Determine type for subtitle
|
/packages/apps/Settings/src/com/android/settings/ |
UserDictionarySettings.java | 119 // Show the language as a subtitle of the action bar
|
/packages/apps/Settings/src/com/android/settings/vpn2/ |
VpnSettings.java | 235 // Mark out connections with a subtitle
|
/packages/apps/UnifiedEmail/src/com/android/mail/photo/ |
MailPhotoViewController.java | 228 * Adjusts the activity title and subtitle to reflect the image name and size.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/ |
UserDictionarySettings.java | 158 // Show the language as a subtitle of the action bar
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/ |
XF86keysym.h | 192 #define XF86XK_Subtitle 0x1008FF9A /* cycle through subtitle */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/ |
XF86keysym.h | 192 #define XF86XK_Subtitle 0x1008FF9A /* cycle through subtitle */
|
/external/valgrind/docs/lib/ |
vg-fo.xsl | 189 select="bookinfo/subtitle"/> 220 <xsl:template match="subtitle" mode="book.titlepage.recto.auto.mode">
|
/hardware/intel/img/psb_video/src/x11/ |
psb_xrandr.c | 648 unsigned int *yoffset, psb_extvideo_center *center, psb_extvideo_subtitle *subtitle, 663 *subtitle = psb_xrandr_info->hdmi_extvideo_prop->ExtVideoMode_SubTitle; [all...] |