Searched defs:mBestWord (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java182 private CharSequence mBestWord; field in class:LatinIME
704 mBestWord = null;
1205 if (pickedDefault && mBestWord != null) {
1206 TextEntryState.acceptedDefault(mWord.getTypedWord(), mBestWord);
1487 mBestWord = stringList.get(1);
1489 mBestWord = typedWord;
1492 mBestWord = null;
1503 if (mBestWord != null && mBestWord.length() > 0) {
1504 TextEntryState.acceptedDefault(mWord.getTypedWord(), mBestWord);
[all...]

Completed in 5 milliseconds