Home
last modified time | relevance | path

Searched refs:LatinKeyboard (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/src/com/android/inputmethod/latin/
DKeyboardSwitcher.java51 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()
DLatinKeyboard.java26 public class LatinKeyboard extends Keyboard { class
43 public LatinKeyboard(Context context, int xmlLayoutResId) { in LatinKeyboard() method in LatinKeyboard
47 public LatinKeyboard(Context context, int xmlLayoutResId, int mode) { in LatinKeyboard() method in LatinKeyboard
59 public LatinKeyboard(Context context, int layoutTemplateResId, in LatinKeyboard() method in LatinKeyboard
232 y += LatinKeyboard.sSpacebarVerticalCorrection; in isInside()
DLatinIME.java777 ((LatinKeyboard) mInputView.getKeyboard()).setShiftLocked(mCapsLock); in toggleCapsLock()
1135 ((LatinKeyboard) mInputView.getKeyboard()).setShiftLocked(mCapsLock); in changeKeyboardMode()