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.java111 final int currentAutoCapsState, final int currentRecapitalizeState) { in loadKeyboard()
187 public void resetKeyboardStateToAlphabet(final int currentAutoCapsState, in resetKeyboardStateToAlphabet()
193 final int currentAutoCapsState, final int currentRecapitalizeState) { in onPressKey()
198 final int currentAutoCapsState, final int currentRecapitalizeState) { in onReleaseKey()
202 public void onFinishSlidingInput(final int currentAutoCapsState, in onFinishSlidingInput()
407 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()