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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DListRow.java20 public class ListRow extends Row { class in inherits:Row
31 public ListRow(HeaderItem header, ObjectAdapter adapter) { method in class:ListRow
37 public ListRow(long id, HeaderItem header, ObjectAdapter adapter) { method in class:ListRow
43 public ListRow(ObjectAdapter adapter) { method in class:ListRow
56 * Returns content description for the ListRow. By default it returns
60 * @return Content description for the ListRow.
78 * Explicitly set content description for the ListRow, {@link #getContentDescription()} will
81 * @param contentDescription Content description sets on the ListRow.

Completed in 47 milliseconds