public void onPressKey(final int code, final boolean isSinglePointer) {
   mState.onPressKey(code, isSinglePointer, mLatinIME.getCurrentAutoCapsState());
 }