FileDocCategorySizeDatePackage
TextInfo.javaAPI DocAndroid 5.1 API1120Sat Mar 14 14:09:30 GMT 2015android.view.textservice

TextInfo

public 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 intdescribeContents()

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequencegetCharSequence()

 throw new RuntimeException("Stub!"); 
public intgetCookie()

 throw new RuntimeException("Stub!"); 
public intgetSequence()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetText()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel dest, int flags)

 throw new RuntimeException("Stub!");