Home
last modified time | relevance | path

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

/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
DLeanbackKeyboardContainer.java196 public static final int TYPE_SUGGESTION = 3; field in LeanbackKeyboardContainer.KeyFocus
980 configureFocus(focus, mRect, i, KeyFocus.TYPE_SUGGESTION); in getBestFocus()
1056 case KeyFocus.TYPE_SUGGESTION: in setKbFocus()
1286 case KeyFocus.TYPE_SUGGESTION: in getNextFocusInDirection()
1327 configureFocus(nextFocus, mRect, index, KeyFocus.TYPE_SUGGESTION); in getNextFocusInDirection()
1382 if (getCurrFocus().type == KeyFocus.TYPE_SUGGESTION) { in clearSuggestions()
1410 if (getCurrFocus().type == KeyFocus.TYPE_SUGGESTION) { in updateSuggestions()
DLeanbackKeyboardController.java347 case KeyFocus.TYPE_SUGGESTION: in commitKey()
551 if (keyFocus != null && keyFocus.type == KeyFocus.TYPE_SUGGESTION) { in handleKeyUpEvent()