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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerSessionFactory.java 22 public static Session newInstance(AndroidSpellCheckerService service) {
AndroidWordLevelSpellCheckerSession.java 37 import com.android.inputmethod.latin.spellcheck.AndroidSpellCheckerService.SuggestionsGatherer;
52 private final AndroidSpellCheckerService mService;
99 AndroidWordLevelSpellCheckerSession(final AndroidSpellCheckerService service) {
117 mScript = AndroidSpellCheckerService.getScriptFromLocale(mLocale);
137 case AndroidSpellCheckerService.SCRIPT_LATIN:
144 case AndroidSpellCheckerService.SCRIPT_CYRILLIC:
149 case AndroidSpellCheckerService.SCRIPT_GREEK:
264 return AndroidSpellCheckerService.getNotInDictEmptySuggestions();
267 ? AndroidSpellCheckerService.getInDictEmptySuggestions()
268 : AndroidSpellCheckerService.getNotInDictEmptySuggestions()
    [all...]
DictionaryPool.java 44 private final AndroidSpellCheckerService mService;
71 public DictionaryPool(final int maxSize, final AndroidSpellCheckerService service,
AndroidSpellCheckerSession.java 35 public AndroidSpellCheckerSession(AndroidSpellCheckerService service) {
42 if (!typedText.contains(AndroidSpellCheckerService.SINGLE_QUOTE)) {
62 if (!subText.contains(AndroidSpellCheckerService.SINGLE_QUOTE)) {
66 subText.split(AndroidSpellCheckerService.SINGLE_QUOTE, -1);
AndroidSpellCheckerService.java 53 public final class AndroidSpellCheckerService extends SpellCheckerService
55 private static final String TAG = AndroidSpellCheckerService.class.getSimpleName();
131 case AndroidSpellCheckerService.SCRIPT_LATIN:
133 case AndroidSpellCheckerService.SCRIPT_CYRILLIC:
135 case AndroidSpellCheckerService.SCRIPT_GREEK:

Completed in 3051 milliseconds