HomeSort by relevance Sort by last modified time
    Searched defs:SuggestionSpan (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/text/style/
SuggestionSpan.java 48 public class SuggestionSpan extends CharacterStyle implements 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) {
115 public SuggestionSpan(Locale locale, String[] suggestions, int flags) {
123 * {@link SuggestionSpan#SUGGESTIONS_MAX_SIZE} will be considered. Null values not permitted.
128 public SuggestionSpan(Context context, Locale locale, String[] suggestions, int flags,
138 Log.e("SuggestionSpan", "No locale or context specified in SuggestionSpan constructor")
    [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 

Completed in 139 milliseconds