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

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DListRowPresenter.java31 * ListRowPresenter renders {@link ListRow} using a
40 * ListRowPresenter disables {@link RowPresenter}'s default full row dimming effect and draws
46 * ListRowPresenter applies a default shadow to each child view. Call
50 public class ListRowPresenter extends RowPresenter { class in inherits:RowPresenter
52 private static final String TAG = "ListRowPresenter";
58 * ViewHolder for the ListRowPresenter.
61 final ListRowPresenter mListRowPresenter;
70 public ViewHolder(View rootView, HorizontalGridView gridView, ListRowPresenter p) {
81 * Gets ListRowPresenter that creates this ViewHolder.
82 * @return ListRowPresenter tha
308 public ListRowPresenter() { method in class:ListRowPresenter
323 public ListRowPresenter(int focusZoomFactor) { method in class:ListRowPresenter
338 public ListRowPresenter(int focusZoomFactor, boolean useFocusDimmer) { method in class:ListRowPresenter
[all...]

Completed in 53 milliseconds