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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DListRowPresenter.java29 * ListRowPresenter renders {@link ListRow} using a
38 * ListRowPresenter disables {@link RowPresenter}'s default dimming effect and draws
44 * ListRowPresenter applies a default shadow to each child view. Call
48 public class ListRowPresenter extends RowPresenter { class in inherits:RowPresenter
50 private static final String TAG = "ListRowPresenter";
56 * ViewHolder for the ListRowPresenter.
59 final ListRowPresenter mListRowPresenter;
68 public ViewHolder(View rootView, HorizontalGridView gridView, ListRowPresenter p) {
78 public final ListRowPresenter getListRowPresenter() {
92 ListRowPresenter
158 public ListRowPresenter() { method in class:ListRowPresenter
173 public ListRowPresenter(int focusZoomFactor) { method in class:ListRowPresenter
188 public ListRowPresenter(int focusZoomFactor, boolean useFocusDimmer) { method in class:ListRowPresenter
[all...]

Completed in 30 milliseconds