HomeSort by relevance Sort by last modified time
    Searched defs:onUpdateShiftState (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
MockKeyboardSwitcher.java 130 mState.onUpdateShiftState(currentAutoCapsState, currentRecapitalizeState);
149 mState.onUpdateShiftState(mAutoCapsState, RecapitalizeStatus.NOT_A_RECAPITALIZE_MODE);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java 276 mState.onUpdateShiftState(currentAutoCapsState, currentRecapitalizeState);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardState.java 33 * {@link #onUpdateShiftState(int,int)}, {@link #onResetKeyboardStateToAlphabet(int,int)}.
53 * Request to call back {@link KeyboardState#onUpdateShiftState(int, int)}.
421 public void onUpdateShiftState(final int autoCaps, final int recapitalizeMode) {
423 Log.d(TAG, "onUpdateShiftState: autoCaps=" + autoCaps + ", recapitalizeMode="

Completed in 226 milliseconds