Home
last modified time | relevance | path

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

/frameworks/base/services/tests/InputMethodSystemServerTests/test-apps/SimpleTestIme/src/com/android/apps/inputmethod/simpleime/
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()
/frameworks/layoutlib/bridge/bridge_client/src/com/android/layoutlib/bridge/intensive/setup/
DConfigGenerator.java161 private KeyboardState mKeyboardState = KeyboardState.SOFT; field in ConfigGenerator
180 config.setKeyboardStateQualifier(new KeyboardStateQualifier(mKeyboardState)); in getFolderConfig()
308 mKeyboardState = state; in setKeyboardState()