Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/src/com/android/inputmethod/latin/
DLatinIME.java687 if (isAlphabet(primaryCode) && isPredictionOn() && !isCursorTouchingWord()) { in handleCharacter()
894 private boolean isCursorTouchingWord() { in isCursorTouchingWord() method in LatinIME