Searched refs:TYPE_SUGGESTION (Results 1 – 2 of 2) sorted by relevance
196 public static final int TYPE_SUGGESTION = 3; field in LeanbackKeyboardContainer.KeyFocus980 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()
347 case KeyFocus.TYPE_SUGGESTION: in commitKey()551 if (keyFocus != null && keyFocus.type == KeyFocus.TYPE_SUGGESTION) { in handleKeyUpEvent()