Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardState.java59 public void requestUpdatingShiftState(final int autoCapsFlags, final int recapitalizeMode); in requestUpdatingShiftState() method
311 mSwitchActions.requestUpdatingShiftState(autoCapsFlags, recapitalizeMode); in setAlphabetKeyboard()
562 mSwitchActions.requestUpdatingShiftState(autoCapsFlags, recapitalizeMode); in onReleaseShift()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java226 switcher.requestUpdatingShiftState(latinIme.getCurrentAutoCapsState(), in handleMessage()
973 switcher.requestUpdatingShiftState(getCurrentAutoCapsState(), in onStartInputViewInternal()
1058 mKeyboardSwitcher.requestUpdatingShiftState(getCurrentAutoCapsState(), in onUpdateSelection()
1613 mKeyboardSwitcher.requestUpdatingShiftState(getCurrentAutoCapsState(), in updateStateAfterInputTransaction()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
DMockKeyboardSwitcher.java129 public void requestUpdatingShiftState(final int currentAutoCapsState, in requestUpdatingShiftState() method in MockKeyboardSwitcher
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardSwitcher.java361 public void requestUpdatingShiftState(final int autoCapsFlags, final int recapitalizeMode) { in requestUpdatingShiftState() method in KeyboardSwitcher
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java537 keyboardSwitcher.requestUpdatingShiftState(getCurrentAutoCapsState(settingsValues), in onStartBatchInput()
2048 keyboardSwitcher.requestUpdatingShiftState(getCurrentAutoCapsState(settingsValues), in onUpdateTailBatchInputCompleted()