Home | History | Annotate | Download | only in latin

Lines Matching refs:switcher

281             final KeyboardSwitcher switcher = latinIme.mKeyboardSwitcher;
282 final LatinKeyboardView inputView = switcher.getKeyboardView();
288 switcher.updateShiftState();
295 || (switcher.isAlphabetMode() && switcher.isShiftedOrShiftLocked()));
723 final KeyboardSwitcher switcher = mKeyboardSwitcher;
724 LatinKeyboardView inputView = switcher.getKeyboardView();
779 switcher.loadKeyboard(attribute, mSettingsValues);
1286 final KeyboardSwitcher switcher = mKeyboardSwitcher;
1287 final boolean distinctMultiTouch = switcher.hasDistinctMultitouch();
1301 switcher.toggleShift();
1308 switcher.changeKeyboardMode();
1324 switcher.toggleCapsLock();
1357 switcher.onKey(primaryCode);
1502 final KeyboardSwitcher switcher = mKeyboardSwitcher;
1503 if (switcher.isShiftedOrShiftLocked()) {
1509 if (switcher.isAlphabetMode() && Character.isLowerCase(code)) {
1550 switcher.updateShiftState();
1956 final KeyboardSwitcher switcher = mKeyboardSwitcher;
1957 if (!switcher.isKeyboardAvailable())
2162 final KeyboardSwitcher switcher = mKeyboardSwitcher;
2163 if (switcher.isVibrateAndSoundFeedbackRequired()) {
2167 final boolean distinctMultiTouch = switcher.hasDistinctMultitouch();
2169 switcher.onPressShift(withSliding);
2171 switcher.onPressSymbol();
2173 switcher.onOtherKeyPressed();
2179 KeyboardSwitcher switcher = mKeyboardSwitcher;
2181 final boolean distinctMultiTouch = switcher.hasDistinctMultitouch();
2183 switcher.onReleaseShift(withSliding);
2185 switcher.onReleaseSymbol();