Home
last modified time | relevance | path

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

/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
DLeanbackKeyboardContainer.java980 configureFocus(focus, mRect, i, KeyFocus.TYPE_SUGGESTION); in getBestFocus()
990 configureFocus(focus, mRect, 0, KeyFocus.TYPE_ACTION); in getBestFocus()
1002 configureFocus(focus, mRect, index, key, KeyFocus.TYPE_MAIN); in getBestFocus()
1013 private void configureFocus(KeyFocus focus, Rect rect, int index, int type) { in configureFocus() method in LeanbackKeyboardContainer
1019 private void configureFocus(KeyFocus focus, Rect rect, int index, Key key, int type) { in configureFocus() method in LeanbackKeyboardContainer
1327 configureFocus(nextFocus, mRect, index, KeyFocus.TYPE_SUGGESTION); in getNextFocusInDirection()
1553 configureFocus(mTempKeyInfo, mRect, index, key, type); in moveFocusToIndex()