TextInfopublic final class TextInfo extends Object implements android.os.Parcelable
Fields Summary |
---|
public static final android.os.Parcelable.Creator | CREATOR |
Constructors Summary |
---|
public TextInfo(String text) throw new RuntimeException("Stub!");
| public TextInfo(String text, int cookie, int sequenceNumber) throw new RuntimeException("Stub!");
| public TextInfo(CharSequence charSequence, int start, int end, int cookie, int sequenceNumber) throw new RuntimeException("Stub!");
| public TextInfo(android.os.Parcel source) throw new RuntimeException("Stub!");
|
Methods Summary |
---|
public int | describeContents() throw new RuntimeException("Stub!");
| public java.lang.CharSequence | getCharSequence() throw new RuntimeException("Stub!");
| public int | getCookie() throw new RuntimeException("Stub!");
| public int | getSequence() throw new RuntimeException("Stub!");
| public java.lang.String | getText() throw new RuntimeException("Stub!");
| public void | writeToParcel(android.os.Parcel dest, int flags) throw new RuntimeException("Stub!");
|
|