Searched defs:Row (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DRow.java23 public class Row { class
34 * Constructor for a Row.
37 * @param headerItem The {@link HeaderItem} for this Row, or null if there
40 public Row(long id, HeaderItem headerItem) { method in class:Row
46 * Constructor for a Row.
48 * @param headerItem The {@link HeaderItem} for this Row, or null if there
51 public Row(HeaderItem headerItem) { method in class:Row
56 * Constructor for a Row.
58 public Row() { method in class:Row
73 * @param headerItem The HeaderItem for this Row, o
[all...]
H A DStaggeredGrid.java84 public final static class Row { class in class:StaggeredGrid
97 protected Row[] mRows;
129 * Sets the array of {@link Row}s to fill into. For views that represent a
133 * @param row The array of {@link Row}s to be filled.
135 public final void setRows(Row[] row) {
/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...]

Completed in 1116 milliseconds