Searched refs:LatinKeyboard (Results 1 – 3 of 3) sorted by relevance
51 private Map<KeyboardId, LatinKeyboard> mKeyboards;64 mKeyboards = new HashMap<KeyboardId, LatinKeyboard>(); in KeyboardSwitcher()131 LatinKeyboard keyboard = getKeyboard(id); in setKeyboardMode()146 private LatinKeyboard getKeyboard(KeyboardId id) { in getKeyboard()148 LatinKeyboard keyboard = new LatinKeyboard( in getKeyboard()221 LatinKeyboard symbolsKeyboard = getKeyboard(mSymbolsId); in toggleShift()222 LatinKeyboard symbolsShiftedKeyboard = getKeyboard(mSymbolsShiftedId); in toggleShift()229 LatinKeyboard symbolsKeyboard = getKeyboard(mSymbolsId); in toggleShift()230 LatinKeyboard symbolsShiftedKeyboard = getKeyboard(mSymbolsShiftedId); in toggleShift()
26 public class LatinKeyboard extends Keyboard { class43 public LatinKeyboard(Context context, int xmlLayoutResId) { in LatinKeyboard() method in LatinKeyboard47 public LatinKeyboard(Context context, int xmlLayoutResId, int mode) { in LatinKeyboard() method in LatinKeyboard59 public LatinKeyboard(Context context, int layoutTemplateResId, in LatinKeyboard() method in LatinKeyboard232 y += LatinKeyboard.sSpacebarVerticalCorrection; in isInside()
777 ((LatinKeyboard) mInputView.getKeyboard()).setShiftLocked(mCapsLock); in toggleCapsLock()1135 ((LatinKeyboard) mInputView.getKeyboard()).setShiftLocked(mCapsLock); in changeKeyboardMode()