HomeSort by relevance Sort by last modified time
    Searched defs:TextInfo (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libstagefright/timedtext/
TimedTextSRTSource.h 52 struct TextInfo {
60 KeyedVector<int64_t, TextInfo> mTextVector;
65 off64_t *offset, int64_t *startTimeUs, TextInfo *info);
  /frameworks/base/core/java/android/view/textservice/
TextInfo.java 26 public final class TextInfo implements Parcelable {
35 public TextInfo(String text) {
42 * @param cookie the cookie for this TextInfo
43 * @param sequence the sequence number for this TextInfo
45 public TextInfo(String text, int cookie, int sequence) {
54 public TextInfo(Parcel source) {
81 * @return the cookie of TextInfo
88 * @return the sequence of TextInfo
97 public static final Parcelable.Creator<TextInfo> CREATOR
98 = new Parcelable.Creator<TextInfo>() {
    [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 414 milliseconds