private void keyPressed(int keyCode) {
   KeyEvent event = new KeyEvent(KeyEvent.ACTION_DOWN, keyCode);
   mEditText.onKeyDown(keyCode, event);
 }