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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardState.java55 public void requestUpdatingShiftState(final int currentAutoCapsState, method in interface:KeyboardState.SwitchActions
303 mSwitchActions.requestUpdatingShiftState(currentAutoCapsState, currentRecapitalizeState);
552 mSwitchActions.requestUpdatingShiftState(currentAutoCapsState,
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
H A DMockKeyboardSwitcher.java128 public void requestUpdatingShiftState(final int currentAutoCapsState, method in class:MockKeyboardSwitcher
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardSwitcher.java274 public void requestUpdatingShiftState(final int currentAutoCapsState, method in class:KeyboardSwitcher
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java234 switcher.requestUpdatingShiftState(latinIme.getCurrentAutoCapsState(),
963 switcher.requestUpdatingShiftState(getCurrentAutoCapsState(),
1038 mKeyboardSwitcher.requestUpdatingShiftState(getCurrentAutoCapsState(),
1601 mKeyboardSwitcher.requestUpdatingShiftState(getCurrentAutoCapsState(),
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
H A DInputLogic.java536 keyboardSwitcher.requestUpdatingShiftState(getCurrentAutoCapsState(settingsValues),
576 keyboardSwitcher.requestUpdatingShiftState(
1993 keyboardSwitcher.requestUpdatingShiftState(getCurrentAutoCapsState(settingsValues),

Completed in 448 milliseconds