Searched defs:TextInfo (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextSRTSource.h52 struct TextInfo { struct in class:android::TimedTextSRTSource
60 KeyedVector<int64_t, TextInfo> mTextVector;
65 off64_t *offset, int64_t *startTimeUs, TextInfo *info);
/frameworks/base/core/java/android/view/textservice/
H A DTextInfo.java26 public final class TextInfo implements Parcelable { class in inherits:Parcelable
35 public TextInfo(String text) { method in class:TextInfo
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) { method in class:TextInfo
54 public TextInfo(Parcel source) { method in class:TextInfo
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...]

Completed in 530 milliseconds