Home
last modified time | relevance | path

Searched refs:getCurrentAutoCapsState (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java226 switcher.requestUpdatingShiftState(latinIme.getCurrentAutoCapsState(), in handleMessage()
269 settingsValues, latinIme.getCurrentAutoCapsState(), in handleMessage()
957 switcher.loadKeyboard(editorInfo, currentSettingsValues, getCurrentAutoCapsState(), in onStartInputViewInternal()
967 switcher.resetKeyboardStateToAlphabet(getCurrentAutoCapsState(), in onStartInputViewInternal()
973 switcher.requestUpdatingShiftState(getCurrentAutoCapsState(), in onStartInputViewInternal()
1058 mKeyboardSwitcher.requestUpdatingShiftState(getCurrentAutoCapsState(), in onUpdateSelection()
1268 int getCurrentAutoCapsState() { in getCurrentAutoCapsState() method in LatinIME
1269 return mInputLogic.getCurrentAutoCapsState(mSettings.getCurrent()); in getCurrentAutoCapsState()
1386 mKeyboardSwitcher.onEvent(event, getCurrentAutoCapsState(), getCurrentRecapitalizeState()); in onEvent()
1416 mKeyboardSwitcher.onEvent(event, getCurrentAutoCapsState(), getCurrentRecapitalizeState()); in onTextInput()
[all …]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java529 getCurrentAutoCapsState(settingsValues); in onStartBatchInput()
537 keyboardSwitcher.requestUpdatingShiftState(getCurrentAutoCapsState(settingsValues), in onStartBatchInput()
1737 final int auto = getCurrentAutoCapsState(settingsValues); in getActualCapsMode()
1758 public int getCurrentAutoCapsState(final SettingsValues settingsValues) { in getCurrentAutoCapsState() method in InputLogic
2048 keyboardSwitcher.requestUpdatingShiftState(getCurrentAutoCapsState(settingsValues), in onUpdateTailBatchInputCompleted()