Searched refs:ScheduleRow (Results 1 – 10 of 10) sorted by relevance
58 private final Set<ScheduleRow> mPendingUpdate = new ArraySet<>();114 add(new ScheduleRow(recording, headerRow)); in start()147 if (get(i) instanceof ScheduleRow) { in stop()148 ScheduleRow row = (ScheduleRow) get(i); in stop()157 public ScheduleRow findRowByScheduledRecording(ScheduledRecording recording) { in findRowByScheduledRecording()163 if (item instanceof ScheduleRow && ((ScheduleRow) item).getSchedule() != null) { in findRowByScheduledRecording()164 if (((ScheduleRow) item).getSchedule().getId() == recording.getId()) { in findRowByScheduledRecording()165 return (ScheduleRow) item; in findRowByScheduledRecording()172 private ScheduleRow findRowWithStartRequest(ScheduledRecording schedule) { in findRowWithStartRequest()175 if (!(item instanceof ScheduleRow)) { in findRowWithStartRequest()[all …]
107 add(new ScheduleRow(recording, headerRow)); in start()193 ScheduleRow row = findRowByScheduledRecording(schedule); in onScheduledRecordingRemoved()207 ScheduleRow row = findRowByRecordedProgram(program); in onScheduledRecordingRemoved()219 ScheduleRow row = findRowByScheduledRecording(schedule); in onScheduledRecordingUpdated()234 ScheduleRow row = findRowByRecordedProgram(program); in onScheduledRecordingUpdated()253 if (get(index) instanceof ScheduleRow) { in addScheduleRow()254 ScheduleRow scheduleRow = (ScheduleRow) get(index); in addScheduleRow()266 SchedulesHeaderRow headerRow = ((ScheduleRow) get(pre)).getHeaderRow(); in addScheduleRow()268 ScheduleRow addedRow = new ScheduleRow(recording, headerRow); in addScheduleRow()272 SchedulesHeaderRow headerRow = ((ScheduleRow) get(index)).getHeaderRow(); in addScheduleRow()[all …]
57 protected String onGetRecordingTimeText(ScheduleRow row) { in onGetRecordingTimeText()63 protected String onGetProgramInfoText(ScheduleRow row) { in onGetProgramInfoText()90 protected void onInfoClicked(ScheduleRow row) { in onInfoClicked()95 protected void onStartRecording(ScheduleRow row) { in onStartRecording()103 protected void onStopRecording(ScheduleRow row) { in onStopRecording()111 protected void onCreateSchedule(ScheduleRow row) { in onCreateSchedule()121 protected int[] getAvailableActions(ScheduleRow row) { in getAvailableActions()
368 ScheduleRow row = (ScheduleRow) item; in onBindRowViewHolder()518 protected String onGetRecordingTimeText(ScheduleRow row) { in onGetRecordingTimeText()524 protected String onGetProgramInfoText(ScheduleRow row) { in onGetProgramInfoText()528 private String getChannelNameText(ScheduleRow row) { in getChannelNameText()541 protected void onInfoClicked(ScheduleRow row) { in onInfoClicked()545 private boolean isInfoClickable(ScheduleRow row) { in isInfoClickable()555 protected void onActionClicked(@ScheduleRowAction final int action, ScheduleRow row) { in onActionClicked()574 protected void onStartRecording(ScheduleRow row) { in onStartRecording()608 private void onStartRecordingInternal(ScheduleRow row) { in onStartRecordingInternal()635 protected void onStopRecording(ScheduleRow row) { in onStopRecording()[all …]
26 class ScheduleRow { class32 public ScheduleRow(@Nullable ScheduledRecording recording, SchedulesHeaderRow headerRow) { in ScheduleRow() method in ScheduleRow
48 presenterSelector.addClassPresenter(ScheduleRow.class, onCreateRowPresenter()); in onCreate()118 if (mRowsAdapter.get(i) instanceof ScheduleRow) { in getFirstItemPosition()
27 class EpisodicProgramRow extends ScheduleRow {
50 ScheduleRow.class, new ScheduleRowPresenter(getContext())); in onCreate()
223 private void setScheduleToRow(ScheduleRow row, ScheduledRecording schedule) { in setScheduleToRow()
253 if (item instanceof ScheduleRow && ((ScheduleRow) item).getSchedule() != null) { in getScheduleSize()