Exemplo n.º 1
0
 // Implements {@link KeyboardState.SwitchActions}.
 @Override
 public void requestUpdatingShiftState() {
   mState.onUpdateShiftState(
       mLatinIME.getCurrentAutoCapsState(), mLatinIME.getCurrentRecapitalizeState());
 }
Exemplo n.º 2
0
 /** Update keyboard shift state triggered by connected EditText status change. */
 public void updateShiftState() {
   mState.onUpdateShiftState(
       mLatinIME.getCurrentAutoCapsState(), mLatinIME.getCurrentRecapitalizeState());
 }