Searched refs:Row (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java48 * <Row android:keyWidth="32px" >
51 * </Row>
66 private static final String TAG_ROW = "Row";
147 private ArrayList<Row> rows = new ArrayList<Row>();
160 public static class Row { class in class:Keyboard
183 public Row(Keyboard parent) { method in class:Keyboard.Row
187 public Row(Resources res, Keyboard parent, XmlResourceParser parser) { method in class:Keyboard.Row
313 public Key(Row parent) {
330 public Key(Resources res, Row paren
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DPasswordEntryKeyboard.java88 protected Key createKeyFromXml(Resources res, Row parent, int x, int y,
223 public LatinKey(Resources res, Keyboard.Row parent, int x, int y,

Completed in 23 milliseconds