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

  /frameworks/base/core/java/android/text/style/
SuggestionSpan.java 46 public class SuggestionSpan extends CharacterStyle implements ParcelableSpan {
76 * the current IME to the other IME which is specified in SuggestionSpan.
77 * An IME needs to set the span by specifying the target IME and Subtype of SuggestionSpan.
101 public SuggestionSpan(Context context, String[] suggestions, int flags) {
110 public SuggestionSpan(Locale locale, String[] suggestions, int flags) {
118 * {@link SuggestionSpan#SUGGESTIONS_MAX_SIZE} will be considered. Null values not permitted.
123 public SuggestionSpan(Context context, Locale locale, String[] suggestions, int flags,
133 Log.e("SuggestionSpan", "No locale or context specified in SuggestionSpan constructor");
160 null, com.android.internal.R.styleable.SuggestionSpan, defStyle, 0)
    [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 260 milliseconds