Home
last modified time | relevance | path

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

/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DLatinKeyboard.java67 Key key = new LatinKey(res, parent, x, y, parser); in createKeyFromXml()
74 mSavedModeChangeKey = new LatinKey(res, parent, x, y, parser); in createKeyFromXml()
77 mSavedLanguageSwitchKey = new LatinKey(res, parent, x, y, parser); in createKeyFromXml()
147 static class LatinKey extends Keyboard.Key { class in LatinKeyboard
149 public LatinKey(Resources res, Keyboard.Row parent, int x, int y, in LatinKey() method in LatinKeyboard.LatinKey