Home | History | Annotate | Download | only in widget

Lines Matching defs:onKeyMultiple

7451     public boolean onKeyMultiple(int keyCode, int repeatCount, KeyEvent event) {
7456 return super.onKeyMultiple(keyCode, repeatCount, event);
7468 // It would be nice if those interfaces had an onKeyMultiple() method,