Searched refs:onKeyLongPress (Results 1 – 4 of 4) sorted by relevance
490 mLongPressHandled = isEnterKey(keyCode) && mContainer.onKeyLongPress(); in handleKeyLongPress()
489 public void onKeyLongPress() { in onKeyLongPress() method in LeanbackKeyboardView
1534 public boolean onKeyLongPress() { in onKeyLongPress() method in LeanbackKeyboardContainer1540 mMainKeyboardView.onKeyLongPress(); in onKeyLongPress()
556 if (onKeyLongPress(keyEvent.getKeyCode(), keyEvent)) { in onCreate()2366 public boolean onKeyLongPress(int keyCode, KeyEvent event) {