HomeSort by relevance Sort by last modified time
    Searched refs:SuggestionSpanUtils (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestionSpanPickedNotificationReceiver.java 19 import com.android.inputmethod.compat.SuggestionSpanUtils;
33 if (SuggestionSpanUtils.ACTION_SUGGESTION_PICKED.equals(intent.getAction())) {
36 SuggestionSpanUtils.SUGGESTION_SPAN_PICKED_BEFORE);
38 SuggestionSpanUtils.SUGGESTION_SPAN_PICKED_AFTER);
LatinIME.java 66 import com.android.inputmethod.compat.SuggestionSpanUtils;
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
SuggestionSpanUtils.java 36 public final class SuggestionSpanUtils {
37 private static final String TAG = SuggestionSpanUtils.class.getSimpleName();
81 private SuggestionSpanUtils() {

Completed in 573 milliseconds