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()));
721 final KeyboardSwitcher switcher = mKeyboardSwitcher;
722 LatinKeyboardView inputView = switcher.getKeyboardView();
777 switcher.loadKeyboard(attribute, mSettingsValues);
1284 final KeyboardSwitcher switcher = mKeyboardSwitcher;
1285 final boolean distinctMultiTouch = switcher.hasDistinctMultitouch();
1299 switcher.toggleShift();
1306 switcher.changeKeyboardMode();
1322 switcher.toggleCapsLock();
1355 switcher.onKey(primaryCode);
1500 final KeyboardSwitcher switcher = mKeyboardSwitcher;
1501 if (switcher.isShiftedOrShiftLocked()) {
1507 if (switcher.isAlphabetMode() && Character.isLowerCase(code)) {
1548 switcher.updateShiftState();
1954 final KeyboardSwitcher switcher = mKeyboardSwitcher;
1955 if (!switcher.isKeyboardAvailable())
2160 final KeyboardSwitcher switcher = mKeyboardSwitcher;
2161 if (switcher.isVibrateAndSoundFeedbackRequired()) {
2165 final boolean distinctMultiTouch = switcher.hasDistinctMultitouch();
2167 switcher.onPressShift(withSliding);
2169 switcher.onPressSymbol();
2171 switcher.onOtherKeyPressed();
2177 KeyboardSwitcher switcher = mKeyboardSwitcher;
2179 final boolean distinctMultiTouch = switcher.hasDistinctMultitouch();
2181 switcher.onReleaseShift(withSliding);
2183 switcher.onReleaseSymbol();