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.java205 TextInfo[] textInfos, int suggestionsLimit, boolean sequentialWords) { in getSuggestions() argument
210 textInfos, suggestionsLimit, sequentialWords); in getSuggestions()
274 boolean sequentialWords) { in SpellCheckerParams() argument
278 mSequentialWords = sequentialWords; in SpellCheckerParams()
422 TextInfo[] textInfos, int suggestionsLimit, boolean sequentialWords) { in getSuggestionsMultiple() argument
425 suggestionsLimit, sequentialWords)); in getSuggestionsMultiple()
/frameworks/base/core/java/android/service/textservice/
DSpellCheckerService.java138 int suggestionsLimit, boolean sequentialWords) { in onGetSuggestionsMultiple() argument
253 TextInfo[] textInfos, int suggestionsLimit, boolean sequentialWords) { in onGetSuggestionsMultiple() argument
259 textInfos, suggestionsLimit, sequentialWords)); in onGetSuggestionsMultiple()