HomeSort by relevance Sort by last modified time
    Searched refs:SeriesRecordingHeaderRow (Results 1 - 3 of 3) sorted by null

  /packages/apps/TV/src/com/android/tv/dvr/ui/list/
SchedulesHeaderRow.java 99 public static class SeriesRecordingHeaderRow extends SchedulesHeaderRow {
102 public SeriesRecordingHeaderRow(String title, String description, int itemCount,
SeriesScheduleRowAdapter.java 36 import com.android.tv.dvr.ui.list.SchedulesHeaderRow.SeriesRecordingHeaderRow;
58 private SeriesRecordingHeaderRow mHeaderRow;
98 mHeaderRow = new SeriesRecordingHeaderRow(mSeriesRecording.getTitle(),
135 if (obj instanceof SeriesRecordingHeaderRow) {
SchedulesHeaderRowPresenter.java 36 import com.android.tv.dvr.ui.list.SchedulesHeaderRow.SeriesRecordingHeaderRow;
106 * A presenter for {@link SeriesRecordingHeaderRow}.
140 SeriesRecordingHeaderRow header = (SeriesRecordingHeaderRow) item;
193 * A ViewHolder for {@link SeriesRecordingHeaderRow}.

Completed in 524 milliseconds