Searched refs:onResetKeyboardStateToAlphabet (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardSwitcher.java185 mState.onResetKeyboardStateToAlphabet(currentAutoCapsState, currentRecapitalizeState);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardState.java33 * {@link #onUpdateShiftState(int,int)}, {@link #onResetKeyboardStateToAlphabet(int,int)}.
432 public void onResetKeyboardStateToAlphabet(final int currentAutoCapsState, method in class:KeyboardState
435 Log.d(TAG, "onResetKeyboardStateToAlphabet: " + this);

Completed in 515 milliseconds