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

  /development/samples/SpellChecker/HelloSpellChecker/src/com/example/android/hellospellchecker/
HelloSpellCheckerActivity.java 115 public void onGetSuggestions(final SuggestionsInfo[] arg0) {
116 Log.d(TAG, "onGetSuggestions");
  /development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/
SampleSpellCheckerService.java 60 public SuggestionsInfo onGetSuggestions(TextInfo textInfo, int suggestionsLimit) {
62 Log.d(TAG, "onGetSuggestions: " + textInfo.getText());
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidWordLevelSpellCheckerSession.java 198 public SuggestionsInfo onGetSuggestions(final TextInfo textInfo,
200 return onGetSuggestions(textInfo, null, suggestionsLimit);
203 protected SuggestionsInfo onGetSuggestions(
  /frameworks/base/core/java/android/service/textservice/
SpellCheckerService.java 56 * <p>{@link SpellCheckerService.Session#onGetSuggestions(TextInfo, int)}
125 public abstract SuggestionsInfo onGetSuggestions(TextInfo textInfo, int suggestionsLimit);
128 * A batch process of onGetSuggestions.
136 * {@link SpellCheckerService.Session#onGetSuggestions(TextInfo, int)}
143 retval[i] = onGetSuggestions(textInfos[i], suggestionsLimit);
162 * {@link SpellCheckerService.Session#onGetSuggestions(TextInfo, int)}
258 mListener.onGetSuggestions(
409 Log.w(TAG, "Adapter: onGetSuggestions: got " + results.length);
  /frameworks/base/core/java/android/view/textservice/
SpellCheckerSession.java 217 mSpellCheckerSessionListener.onGetSuggestions(suggestionInfos);
419 public void onGetSuggestions(SuggestionsInfo[] results) {
447 public void onGetSuggestions(SuggestionsInfo[] results);
  /frameworks/base/core/java/android/widget/
SpellChecker.java 93 // concurrently due to the asynchronous nature of onGetSuggestions.
383 public void onGetSuggestions(SuggestionsInfo[] results) {
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 221 milliseconds