Home | History | Annotate | Download | only in widget

Lines Matching refs:onKeyMultiple

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