Home
last modified time | relevance | path

Searched refs:mKeyboardState (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/test-apps/SimpleTestIme/src/com/android/apps/inputmethod/simpleime/
H A DSimpleKeyboard.java73 private int mKeyboardState; field in SimpleKeyboard
78 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()