Searched refs:onKeyLongPress (Results 1 – 5 of 5) sorted by relevance
102 if (mMainActivity.onKeyLongPress(keyEvent.getKeyCode(), keyEvent)) { in IAppManager()
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()
583 if (onKeyLongPress(keyEvent.getKeyCode(), keyEvent)) { in onCreate()2431 public boolean onKeyLongPress(int keyCode, KeyEvent event) {