Searched refs:requestUpdatingShiftState (Results 1 - 5 of 5) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardState.java59 public void requestUpdatingShiftState(final int autoCapsFlags, final int recapitalizeMode); method in interface:KeyboardState.SwitchActions
311 mSwitchActions.requestUpdatingShiftState(autoCapsFlags, recapitalizeMode);
562 mSwitchActions.requestUpdatingShiftState(autoCapsFlags, recapitalizeMode);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
H A DMockKeyboardSwitcher.java129 public void requestUpdatingShiftState(final int currentAutoCapsState, method in class:MockKeyboardSwitcher
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardSwitcher.java307 public void requestUpdatingShiftState(final int autoCapsFlags, final int recapitalizeMode) { method in class:KeyboardSwitcher
309 Log.d(TAG, "requestUpdatingShiftState: "
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java221 switcher.requestUpdatingShiftState(latinIme.getCurrentAutoCapsState(),
942 switcher.requestUpdatingShiftState(getCurrentAutoCapsState(),
1020 mKeyboardSwitcher.requestUpdatingShiftState(getCurrentAutoCapsState(),
1571 mKeyboardSwitcher.requestUpdatingShiftState(getCurrentAutoCapsState(),
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
H A DInputLogic.java537 keyboardSwitcher.requestUpdatingShiftState(getCurrentAutoCapsState(settingsValues),
2048 keyboardSwitcher.requestUpdatingShiftState(getCurrentAutoCapsState(settingsValues),

Completed in 20 milliseconds