Home
last modified time | relevance | path

Searched refs:sequentialWords (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/textservice/
DSpellCheckerSession.java202 TextInfo[] textInfos, int suggestionsLimit, boolean sequentialWords) { in getSuggestions() argument
207 textInfos, suggestionsLimit, sequentialWords); in getSuggestions()
272 boolean sequentialWords) { in SpellCheckerParams() argument
276 mSequentialWords = sequentialWords; in SpellCheckerParams()
420 TextInfo[] textInfos, int suggestionsLimit, boolean sequentialWords) { in getSuggestionsMultiple() argument
423 suggestionsLimit, sequentialWords)); in getSuggestionsMultiple()
/frameworks/base/core/java/android/service/textservice/
DSpellCheckerService.java139 int suggestionsLimit, boolean sequentialWords) { in onGetSuggestionsMultiple() argument
254 TextInfo[] textInfos, int suggestionsLimit, boolean sequentialWords) { in onGetSuggestionsMultiple() argument
260 textInfos, suggestionsLimit, sequentialWords)); in onGetSuggestionsMultiple()