Searched refs:headerRow (Results 1 – 5 of 5) sorted by relevance
95 SchedulesHeaderRow headerRow = in start() local105 add(headerRow); in start()267 headerRow.setItemCount(headerRow.getItemCount() + 1); in addScheduleRow()270 updateHeaderDescription(headerRow); in addScheduleRow()273 headerRow.setItemCount(headerRow.getItemCount() + 1); in addScheduleRow()278 SchedulesHeaderRow headerRow = in addScheduleRow() local286 add(++pre, headerRow); in addScheduleRow()338 if (headerRow != null) { in removeScheduleRow()342 remove(headerRow); in removeScheduleRow()344 replace(indexOf(headerRow), headerRow); in removeScheduleRow() local[all …]
102 SchedulesHeaderRow headerRow = in start() local112 add(headerRow); in start()208 headerRow.setItemCount(headerRow.getItemCount() + 1); in addScheduleRow()211 updateHeaderDescription(headerRow); in addScheduleRow()214 headerRow.setItemCount(headerRow.getItemCount() + 1); in addScheduleRow()219 SchedulesHeaderRow headerRow = in addScheduleRow() local227 add(++pre, headerRow); in addScheduleRow()246 if (headerRow != null) { in removeScheduleRow()250 remove(headerRow); in removeScheduleRow()252 replace(indexOf(headerRow), headerRow); in removeScheduleRow() local[all …]
35 SchedulesHeaderRow headerRow) { in EpisodicProgramRow() argument36 super(recording, headerRow); in EpisodicProgramRow()
32 public ScheduleRow(@Nullable ScheduledRecording recording, SchedulesHeaderRow headerRow) { in ScheduleRow() argument34 mHeaderRow = headerRow; in ScheduleRow()
183 PluginHeaderRow headerRow = new PluginHeaderRow(allAppsRowPlugin, this); in onPluginConnected() local184 addView(headerRow.mView, indexOfChild(mTabLayout)); in onPluginConnected()185 mPluginRows.put(allAppsRowPlugin, headerRow); in onPluginConnected()