Home | History | Annotate | Download | only in list

Lines Matching refs:scheduleRow

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) {
458 ScheduledRecording schedule = scheduleRow.getSchedule();
467 protected void onActionClicked(@ScheduleRowAction final int action, ScheduleRow row) {
487 protected void onStartRecording(ScheduleRow row) {
517 private void onStartRecordingInternal(ScheduleRow row) {
543 protected void onStopRecording(ScheduleRow row) {
564 protected void onCreateSchedule(ScheduleRow row) {
587 protected void onRemoveSchedule(ScheduleRow row) {
617 private CharSequence getDeletedInfo(ScheduleRow row) {
738 protected int[] getAvailableActions(ScheduleRow row) {
789 protected boolean shouldBeGrayedOut(ScheduleRow row) {