Searched refs:mKeyboardState (Results 1 – 2 of 2) 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()
161 private KeyboardState mKeyboardState = KeyboardState.SOFT; field in ConfigGenerator180 config.setKeyboardStateQualifier(new KeyboardStateQualifier(mKeyboardState)); in getFolderConfig()308 mKeyboardState = state; in setKeyboardState()