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

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

Completed in 30 milliseconds