Home
last modified time | relevance | path

Searched refs:headerRow (Results 1 – 5 of 5) sorted by relevance

/packages/apps/TV/src/com/android/tv/dvr/ui/list/
DDvrHistoryRowAdapter.java95 SchedulesHeaderRow headerRow = in start() local
105 add(headerRow); in start()
107 add(new ScheduleRow(recording, headerRow)); in start()
266 SchedulesHeaderRow headerRow = ((ScheduleRow) get(pre)).getHeaderRow(); in addScheduleRow() local
267 headerRow.setItemCount(headerRow.getItemCount() + 1); in addScheduleRow()
268 ScheduleRow addedRow = new ScheduleRow(recording, headerRow); in addScheduleRow()
270 updateHeaderDescription(headerRow); in addScheduleRow()
272 SchedulesHeaderRow headerRow = ((ScheduleRow) get(index)).getHeaderRow(); in addScheduleRow() local
273 headerRow.setItemCount(headerRow.getItemCount() + 1); in addScheduleRow()
274 ScheduleRow addedRow = new ScheduleRow(recording, headerRow); in addScheduleRow()
[all …]
DScheduleRowAdapter.java102 SchedulesHeaderRow headerRow = in start() local
112 add(headerRow); in start()
114 add(new ScheduleRow(recording, headerRow)); in start()
207 SchedulesHeaderRow headerRow = ((ScheduleRow) get(pre)).getHeaderRow(); in addScheduleRow() local
208 headerRow.setItemCount(headerRow.getItemCount() + 1); in addScheduleRow()
209 ScheduleRow addedRow = new ScheduleRow(recording, headerRow); in addScheduleRow()
211 updateHeaderDescription(headerRow); in addScheduleRow()
213 SchedulesHeaderRow headerRow = ((ScheduleRow) get(index)).getHeaderRow(); in addScheduleRow() local
214 headerRow.setItemCount(headerRow.getItemCount() + 1); in addScheduleRow()
215 ScheduleRow addedRow = new ScheduleRow(recording, headerRow); in addScheduleRow()
[all …]
DEpisodicProgramRow.java35 SchedulesHeaderRow headerRow) { in EpisodicProgramRow() argument
36 super(recording, headerRow); in EpisodicProgramRow()
DScheduleRow.java32 public ScheduleRow(@Nullable ScheduledRecording recording, SchedulesHeaderRow headerRow) { in ScheduleRow() argument
34 mHeaderRow = headerRow; in ScheduleRow()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DFloatingHeaderView.java168 PluginHeaderRow headerRow = new PluginHeaderRow(allAppsRowPlugin, this); in onPluginConnected() local
169 addView(headerRow.mView, indexOfChild(mTabLayout)); in onPluginConnected()
170 mPluginRows.put(allAppsRowPlugin, headerRow); in onPluginConnected()