Home | History | Annotate | Download | only in widget

Lines Matching refs:onKeyMultiple

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