Home
last modified time | relevance | path

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

/frameworks/base/services/tests/InputMethodSystemServerTests/test-apps/SimpleTestIme/src/com/android/apps/inputmethod/simpleime/
DSimpleKeyboard.java110 mKeyboardState = toggleShiftState(mKeyboardState); in handleShift()
123 private static int toggleShiftState(int state) { in toggleShiftState() method in SimpleKeyboard