OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sequentialwords
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/view/textservice/
SpellCheckerSession.java
203
* @param
sequentialWords
true if textInfos can be treated as sequential words.
208
TextInfo[] textInfos, int suggestionsLimit, boolean
sequentialWords
) {
213
textInfos, suggestionsLimit,
sequentialWords
);
250
boolean
sequentialWords
) {
254
mSequentialWords =
sequentialWords
;
360
TextInfo[] textInfos, int suggestionsLimit, boolean
sequentialWords
) {
366
suggestionsLimit,
sequentialWords
));
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerSession.java
136
int suggestionsLimit, boolean
sequentialWords
) {
143
if (
sequentialWords
&& i > 0) {
/frameworks/base/core/java/android/service/textservice/
SpellCheckerService.java
134
* @param
sequentialWords
true if textInfos can be treated as sequential words.
139
int suggestionsLimit, boolean
sequentialWords
) {
254
TextInfo[] textInfos, int suggestionsLimit, boolean
sequentialWords
) {
260
textInfos, suggestionsLimit,
sequentialWords
));
/frameworks/base/core/java/android/widget/
SpellChecker.java
322
false /* TODO Set
sequentialWords
to true for initial spell check */);
[
all
...]
Completed in 181 milliseconds