Home
last modified time | relevance | path

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

/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
DLeanbackKeyboardContainer.java1208 moveFocusToIndex(mMiniKbKeyIndex, KeyFocus.TYPE_MAIN); in onTextEntry()
1543 moveFocusToIndex(mMainKeyboardView.getBaseMiniKbIndex(), KeyFocus.TYPE_MAIN); in onKeyLongPress()
1551 private void moveFocusToIndex(int index, int type) { in moveFocusToIndex() method in LeanbackKeyboardContainer