Searched refs:mKeyboardState (Results 1 – 1 of 1) sorted by relevance
73 private int mKeyboardState; field in SimpleKeyboard78 this.mKeyboardState = 0; in SimpleKeyboard()106 mSimpleInputMethodService.handle(data, mKeyboardState); in handle()110 mKeyboardState = toggleShiftState(mKeyboardState); in handleShift()111 Log.v(TAG, "currentKeyboardState: " + mKeyboardState); in handleShift()112 boolean isShiftOn = isShiftOn(mKeyboardState); in handleShift()