Searched refs:Row (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/inputmethodservice/ |
D | Keyboard.java | 158 public static class Row { class in Keyboard 178 public Row(Keyboard parent) { in Row() method in Keyboard.Row 182 public Row(Resources res, Keyboard parent, XmlResourceParser parser) { in Row() method in Keyboard.Row 308 public Key(Row parent) { in Key() 325 public Key(Resources res, Row parent, int x, int y, XmlResourceParser parser) { in Key() 553 Row row = new Row(this); in Keyboard() 700 protected Row createRowFromXml(Resources res, XmlResourceParser parser) { in createRowFromXml() 701 return new Row(res, this, parser); in createRowFromXml() 704 protected Key createKeyFromXml(Resources res, Row parent, int x, int y, in createKeyFromXml() 717 Row currentRow = null; in loadKeyboard()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | PasswordEntryKeyboard.java | 91 protected Key createKeyFromXml(Resources res, Row parent, int x, int y, in createKeyFromXml() 223 public LatinKey(Resources res, Keyboard.Row parent, int x, int y, in LatinKey()
|
/frameworks/base/docs/html/ |
D | sitemap.txt | 3268 http://developer.android.com/reference/android/inputmethodservice/Keyboard.Row.html
|