OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:onGetSuggestions
(Results
1 - 7
of
7
) 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
Completed in 34 milliseconds