Home
last modified time | relevance | path

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

/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
DLeanbackKeyboardController.java311 private boolean onDirectionalMove(int dir) { in onDirectionalMove() method in LeanbackKeyboardController
438 handled = onDirectionalMove(LeanbackKeyboardContainer.DIRECTION_LEFT); in handleKeyDownEvent()
441 handled = onDirectionalMove(LeanbackKeyboardContainer.DIRECTION_RIGHT); in handleKeyDownEvent()
444 handled = onDirectionalMove(LeanbackKeyboardContainer.DIRECTION_UP); in handleKeyDownEvent()
447 handled = onDirectionalMove(LeanbackKeyboardContainer.DIRECTION_DOWN); in handleKeyDownEvent()