Home
last modified time | relevance | path

Searched defs:currentAutoCapsState (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardSwitcher.java115 final int currentAutoCapsState, final int currentRecapitalizeState) { in loadKeyboard()
191 public void resetKeyboardStateToAlphabet(final int currentAutoCapsState, in resetKeyboardStateToAlphabet()
197 final int currentAutoCapsState, final int currentRecapitalizeState) { in onPressKey()
202 final int currentAutoCapsState, final int currentRecapitalizeState) { in onReleaseKey()
206 public void onFinishSlidingInput(final int currentAutoCapsState, in onFinishSlidingInput()
411 public void onEvent(final Event event, final int currentAutoCapsState, in onEvent()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
DMockKeyboardSwitcher.java129 public void requestUpdatingShiftState(final int currentAutoCapsState, in requestUpdatingShiftState()
171 final int currentAutoCapsState, final int currentRecapitalizeState) { in onReleaseKey()