FileDocCategorySizeDatePackage
SuggestionSpan.javaAPI DocAndroid 5.1 API2159Sat Mar 14 14:09:38 GMT 2015android.text.style

SuggestionSpan

public class SuggestionSpan extends android.text.style.CharacterStyle implements android.text.ParcelableSpan

Fields Summary
public static final String
ACTION_SUGGESTION_PICKED
public static final android.os.Parcelable.Creator
CREATOR
public static final int
FLAG_AUTO_CORRECTION
public static final int
FLAG_EASY_CORRECT
public static final int
FLAG_MISSPELLED
public static final int
SUGGESTIONS_MAX_SIZE
public static final String
SUGGESTION_SPAN_PICKED_AFTER
public static final String
SUGGESTION_SPAN_PICKED_BEFORE
public static final String
SUGGESTION_SPAN_PICKED_HASHCODE
Constructors Summary
public SuggestionSpan(android.content.Context context, String[] suggestions, int flags)

 throw new RuntimeException("Stub!"); 
public SuggestionSpan(Locale locale, String[] suggestions, int flags)

 throw new RuntimeException("Stub!"); 
public SuggestionSpan(android.content.Context context, Locale locale, String[] suggestions, int flags, Class notificationTargetClass)

 throw new RuntimeException("Stub!"); 
public SuggestionSpan(android.os.Parcel src)

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

 throw new RuntimeException("Stub!"); 
public booleanequals(java.lang.Object o)

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

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

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

 throw new RuntimeException("Stub!"); 
public java.lang.String[]getSuggestions()

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

 throw new RuntimeException("Stub!"); 
public voidsetFlags(int flags)

 throw new RuntimeException("Stub!"); 
public voidupdateDrawState(android.text.TextPaint tp)

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

 throw new RuntimeException("Stub!");