Searched refs:LatinKey (Results 1 – 1 of 1) sorted by relevance
67 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 LatinKeyboard198 public LatinKey(Resources res, Keyboard.Row parent, int x, int y, in LatinKey() method in LatinKeyboard.LatinKey