Searched refs:getCurrentAutoCapsState (Results 1 – 2 of 2) sorted by relevance
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | LatinIME.java | 264 switcher.requestUpdatingShiftState(latinIme.getCurrentAutoCapsState(), in handleMessage() 307 settingsValues, latinIme.getCurrentAutoCapsState(), in handleMessage() 1022 switcher.loadKeyboard(editorInfo, currentSettingsValues, getCurrentAutoCapsState(), in onStartInputViewInternal() 1032 switcher.resetKeyboardStateToAlphabet(getCurrentAutoCapsState(), in onStartInputViewInternal() 1038 switcher.requestUpdatingShiftState(getCurrentAutoCapsState(), in onStartInputViewInternal() 1123 mKeyboardSwitcher.requestUpdatingShiftState(getCurrentAutoCapsState(), in onUpdateSelection() 1331 int getCurrentAutoCapsState() { in getCurrentAutoCapsState() method in LatinIME 1332 return mInputLogic.getCurrentAutoCapsState(mSettings.getCurrent()); in getCurrentAutoCapsState() 1449 mKeyboardSwitcher.onEvent(event, getCurrentAutoCapsState(), getCurrentRecapitalizeState()); in onEvent() 1479 mKeyboardSwitcher.onEvent(event, getCurrentAutoCapsState(), getCurrentRecapitalizeState()); in onTextInput() [all …]
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/ |
D | InputLogic.java | 529 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()
|