Home
last modified time | relevance | path

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

/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
DLeanbackKeyboardController.java151 private KeyFocus mKeyDownKeyFocus; field in LeanbackKeyboardController
326 mKeyDownKeyFocus = null; in clearKeyIfNecessary()
465 mKeyDownKeyFocus = new KeyFocus(); in handleKeyDownEvent()
466 mKeyDownKeyFocus.set(mContainer.getCurrFocus()); in handleKeyDownEvent()
469 mKeyDownKeyFocus = null; in handleKeyDownEvent()
539 commitKey(mKeyDownKeyFocus); in handleKeyUpEvent()