Searched refs:SpellCheckerParams (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerSession.java229 private final Queue<SpellCheckerParams> mPendingTasks =
230 new LinkedList<SpellCheckerParams>();
243 private static class SpellCheckerParams { class in class:SpellCheckerSession.SpellCheckerSessionListenerImpl
249 public SpellCheckerParams(int what, TextInfo[] textInfos, int suggestionsLimit, method in class:SpellCheckerSession.SpellCheckerSessionListenerImpl.SpellCheckerParams
258 private void processTask(ISpellCheckerSession session, SpellCheckerParams scp,
338 SpellCheckerParams scp = (SpellCheckerParams)msg.obj;
356 processOrEnqueueTask(new SpellCheckerParams(TASK_CANCEL, null, 0, false));
365 new SpellCheckerParams(TASK_GET_SUGGESTIONS_MULTIPLE, textInfos,
374 new SpellCheckerParams(TASK_GET_SUGGESTIONS_MULTIPLE_FOR_SENTENC
[all...]

Completed in 1147 milliseconds