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

  /packages/apps/TV/src/com/android/tv/dvr/ui/list/
ScheduleRowAdapter.java 44 * An adapter for {@link ScheduleRow}.
56 private final Set<ScheduleRow> mPendingUpdate = new ArraySet<>();
107 add(new ScheduleRow(recording, headerRow));
136 if (get(i) instanceof ScheduleRow) {
137 ScheduleRow row = (ScheduleRow) get(i);
146 * Gets which {@link ScheduleRow} the {@link ScheduledRecording} belongs to.
148 public ScheduleRow findRowByScheduledRecording(ScheduledRecording recording) {
154 if (item instanceof ScheduleRow && ((ScheduleRow) item).getSchedule() != null)
    [all...]
ScheduleRowPresenter.java 60 * A RowPresenter for {@link ScheduleRow}.
90 * A ViewHolder for {@link ScheduleRow}
342 ScheduleRow row = (ScheduleRow) item;
434 protected String onGetRecordingTimeText(ScheduleRow row) {
442 protected String onGetProgramInfoText(ScheduleRow row) {
446 private String getChannelNameText(ScheduleRow row) {
455 * Called when user click Info in {@link ScheduleRow}.
457 protected void onInfoClicked(ScheduleRow scheduleRow) {
    [all...]

Completed in 118 milliseconds