Searched defs:getCurrentAutoCapsState (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
H A DInputLogic.java528 getCurrentAutoCapsState(settingsValues);
536 keyboardSwitcher.requestUpdatingShiftState(getCurrentAutoCapsState(settingsValues),
577 getCurrentAutoCapsState(settingsValues), getCurrentRecapitalizeState());
1672 final int auto = getCurrentAutoCapsState(settingsValues);
1693 public int getCurrentAutoCapsState(final SettingsValues settingsValues) { method in class:InputLogic
1993 keyboardSwitcher.requestUpdatingShiftState(getCurrentAutoCapsState(settingsValues),
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java234 switcher.requestUpdatingShiftState(latinIme.getCurrentAutoCapsState(),
271 settingsValues, latinIme.getCurrentAutoCapsState(),
947 switcher.loadKeyboard(editorInfo, currentSettingsValues, getCurrentAutoCapsState(),
957 switcher.resetKeyboardStateToAlphabet(getCurrentAutoCapsState(),
963 switcher.requestUpdatingShiftState(getCurrentAutoCapsState(),
1038 mKeyboardSwitcher.requestUpdatingShiftState(getCurrentAutoCapsState(),
1234 private int getCurrentAutoCapsState() { method in class:LatinIME
1235 return mInputLogic.getCurrentAutoCapsState(mSettings.getCurrent());
1366 mKeyboardSwitcher.onCodeInput(codePoint, getCurrentAutoCapsState(),
1395 mKeyboardSwitcher.onCodeInput(Constants.CODE_OUTPUT_TEXT, getCurrentAutoCapsState(),
[all...]

Completed in 54 milliseconds