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

  /development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/
SampleSpellCheckerService.java 40 public SuggestionsInfo onGetSuggestions(TextInfo textInfo, int suggestionsLimit) {
42 Log.d(TAG, "onGetSuggestions: " + textInfo.getText());
  /development/samples/SpellChecker/HelloSpellChecker/src/com/example/android/hellospellchecker/
HelloSpellCheckerActivity.java 69 public void onGetSuggestions(final SuggestionsInfo[] arg0) {
  /frameworks/base/core/java/android/service/textservice/
SpellCheckerService.java 49 * <p>{@link SpellCheckerService.Session#onGetSuggestions(TextInfo, int)}
117 public abstract SuggestionsInfo onGetSuggestions(TextInfo textInfo, int suggestionsLimit);
120 * A batch process of onGetSuggestions.
127 * @return an array of SuggestionsInfo of onGetSuggestions
134 retval[i] = onGetSuggestions(textInfos[i], suggestionsLimit);
194 mListener.onGetSuggestions(
  /frameworks/base/core/java/android/view/textservice/
SpellCheckerSession.java 198 mSpellCheckerSessionListener.onGetSuggestions(suggestionInfos);
375 public void onGetSuggestions(SuggestionsInfo[] results) {
393 public void onGetSuggestions(SuggestionsInfo[] results);
  /frameworks/base/core/java/android/widget/
SpellChecker.java 80 // concurrently due to the asynchronous nature of onGetSuggestions.
281 public void onGetSuggestions(SuggestionsInfo[] results) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerService.java 406 public SuggestionsInfo onGetSuggestions(final TextInfo textInfo,
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/15/
android.jar 

Completed in 2060 milliseconds