Searched refs:sequentialWords (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/view/textservice/ |
D | SpellCheckerSession.java | 205 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/ |
D | SpellCheckerService.java | 138 int suggestionsLimit, boolean sequentialWords) { in onGetSuggestionsMultiple() argument 253 TextInfo[] textInfos, int suggestionsLimit, boolean sequentialWords) { in onGetSuggestionsMultiple() argument 259 textInfos, suggestionsLimit, sequentialWords)); in onGetSuggestionsMultiple()
|