Home | History | Annotate | Download | only in keyboard

Lines Matching defs:mState

58     private KeyboardState mState;
86 mState = new KeyboardState(this);
123 mState.onLoadKeyboard(currentAutoCapsState, currentRecapitalizeState);
133 mState.onSaveKeyboardState();
185 mState.onResetKeyboardStateToAlphabet(currentAutoCapsState, currentRecapitalizeState);
190 mState.onPressKey(code, isSinglePointer, currentAutoCapsState, currentRecapitalizeState);
195 mState.onReleaseKey(code, withSliding, currentAutoCapsState, currentRecapitalizeState);
200 mState.onFinishSlidingInput(currentAutoCapsState, currentRecapitalizeState);
276 mState.onUpdateShiftState(currentAutoCapsState, currentRecapitalizeState);
309 mState.onCodeInput(code, currentAutoCapsState, currentRecapitalizeState);