Searched defs:SuggestionSpan (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/text/style/
H A DSuggestionSpan.java50 public class SuggestionSpan extends CharacterStyle implements ParcelableSpan { class in inherits:CharacterStyle,ParcelableSpan
52 private static final String TAG = "SuggestionSpan";
82 * the current IME to the other IME which is specified in SuggestionSpan.
83 * An IME needs to set the span by specifying the target IME and Subtype of SuggestionSpan.
116 public SuggestionSpan(Context context, String[] suggestions, int flags) { method in class:SuggestionSpan
125 public SuggestionSpan(Locale locale, String[] suggestions, int flags) { method in class:SuggestionSpan
133 * {@link SuggestionSpan#SUGGESTIONS_MAX_SIZE} will be considered. Null values not permitted.
138 public SuggestionSpan(Context context, Locale locale, String[] suggestions, int flags, method in class:SuggestionSpan
150 Log.e("SuggestionSpan", "No locale or context specified in SuggestionSpan constructo
209 public SuggestionSpan(Parcel src) { method in class:SuggestionSpan
[all...]

Completed in 133 milliseconds