Home
last modified time | relevance | path

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

/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
DLeanbackKeyboardController.java394 case LeanbackKeyboardView.ASCII_SPACE: in handleCommitKeyboardKey()
453 handleCommitKeyboardKey(LeanbackKeyboardView.ASCII_SPACE, null); in handleKeyDownEvent()
DLeanbackKeyboardView.java81 public static final int ASCII_SPACE = 32; field in LeanbackKeyboardView
DLeanbackKeyboardContainer.java1061 overestimateWidth = (focus.code != LeanbackKeyboardView.ASCII_SPACE); in setKbFocus()
1339 if (startFocus.code == LeanbackKeyboardView.ASCII_SPACE) { in getNextFocusInDirection()