Home | History | Annotate | Download | only in view

Lines Matching defs:onKeyLongPress

1258          * {@link #onKeyLongPress(int, KeyEvent)} if it occurs.
1282 boolean onKeyLongPress(int keyCode, KeyEvent event);
2699 if (receiver.onKeyLongPress(mKeyCode, this)) {
2802 * than handling them in {@link Callback#onKeyLongPress}.