Home | History | Annotate | Download | only in view

Lines Matching defs:onKeyLongPress

1257          * {@link #onKeyLongPress(int, KeyEvent)} if it occurs.
1281 boolean onKeyLongPress(int keyCode, KeyEvent event);
2698 if (receiver.onKeyLongPress(mKeyCode, this)) {
2801 * than handling them in {@link Callback#onKeyLongPress}.