Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardState.java617 private static boolean isSpaceOrEnter(final int c) { in isSpaceOrEnter() method in KeyboardState
652 if (!isSpaceOrEnter(code) && (Constants.isLetterCode(code) in onEvent()
660 if (isSpaceOrEnter(code)) { in onEvent()