FileDocCategorySizeDatePackage
SentenceSuggestionsInfo.javaAPI DocAndroid 5.1 API1027Sat Mar 14 14:09:36 GMT 2015android.view.textservice

SentenceSuggestionsInfo

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

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
Constructors Summary
public SentenceSuggestionsInfo(android.view.textservice.SuggestionsInfo[] suggestionsInfos, int[] offsets, int[] lengths)

 throw new RuntimeException("Stub!"); 
public SentenceSuggestionsInfo(android.os.Parcel source)

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

 throw new RuntimeException("Stub!"); 
public intgetLengthAt(int i)

 throw new RuntimeException("Stub!"); 
public intgetOffsetAt(int i)

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

 throw new RuntimeException("Stub!"); 
public android.view.textservice.SuggestionsInfogetSuggestionsInfoAt(int i)

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

 throw new RuntimeException("Stub!");