FileDocCategorySizeDatePackage
CorrectionInfo.javaAPI DocAndroid 5.1 API861Sat Mar 14 14:09:42 GMT 2015android.view.inputmethod

CorrectionInfo

public final class CorrectionInfo extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
Constructors Summary
public CorrectionInfo(int offset, CharSequence oldText, CharSequence newText)

 throw new RuntimeException("Stub!"); 
Methods Summary
public intdescribeContents()

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

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

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

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

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

 throw new RuntimeException("Stub!");