Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/src/com/android/inputmethod/latin/
DLatinKeyboard.java67 Key key = new LatinKey(res, parent, x, y, parser); in createKeyFromXml()
137 if (mShiftKey instanceof LatinKey) { in enableShiftLock()
138 ((LatinKey)mShiftKey).enableShiftLock(); in enableShiftLock()
194 static class LatinKey extends Keyboard.Key { class in LatinKeyboard
198 public LatinKey(Resources res, Keyboard.Row parent, int x, int y, in LatinKey() method in LatinKeyboard.LatinKey