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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DRow.java22 public class Row { class
33 * Constructor for a Row.
36 * @param headerItem The {@link HeaderItem} for this Row, or null if there
39 public Row(long id, HeaderItem headerItem) { method in class:Row
45 * Constructor for a Row.
47 * @param headerItem The {@link HeaderItem} for this Row, or null if there
50 public Row(HeaderItem headerItem) { method in class:Row
55 * Constructor for a Row.
57 public Row() { method in class:Row
72 * @param headerItem The HeaderItem for this Row, o
[all...]
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java49 * <Row android:keyWidth="32px" >
52 * </Row>
67 private static final String TAG_ROW = "Row";
148 private ArrayList<Row> rows = new ArrayList<Row>();
161 public static class Row { class in class:Keyboard
184 public Row(Keyboard parent) { method in class:Keyboard.Row
188 public Row(Resources res, Keyboard parent, XmlResourceParser parser) { method in class:Keyboard.Row
314 public Key(Row parent) {
331 public Key(Resources res, Row paren
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 232 milliseconds