Searched refs:headerRow (Results 1 – 5 of 5) sorted by relevance
/packages/apps/TV/src/com/android/tv/dvr/ui/list/ |
D | ScheduleRowAdapter.java | 102 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 …]
|
D | DvrHistoryRowAdapter.java | 91 SchedulesHeaderRow headerRow = in start() local 101 add(headerRow); in start() 103 add(new ScheduleRow(recording, headerRow)); in start() 260 SchedulesHeaderRow headerRow = ((ScheduleRow) get(pre)).getHeaderRow(); in addScheduleRow() local 261 headerRow.setItemCount(headerRow.getItemCount() + 1); in addScheduleRow() 262 ScheduleRow addedRow = new ScheduleRow(recording, headerRow); in addScheduleRow() 264 updateHeaderDescription(headerRow); in addScheduleRow() 266 SchedulesHeaderRow headerRow = ((ScheduleRow) get(index)).getHeaderRow(); in addScheduleRow() local 267 headerRow.setItemCount(headerRow.getItemCount() + 1); in addScheduleRow() 268 ScheduleRow addedRow = new ScheduleRow(recording, headerRow); in addScheduleRow() [all …]
|
D | EpisodicProgramRow.java | 34 SchedulesHeaderRow headerRow) { in EpisodicProgramRow() argument 35 super(recording, headerRow); in EpisodicProgramRow()
|
D | ScheduleRow.java | 32 public ScheduleRow(@Nullable ScheduledRecording recording, SchedulesHeaderRow headerRow) { in ScheduleRow() argument 34 mHeaderRow = headerRow; in ScheduleRow()
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | FloatingHeaderView.java | 166 PluginHeaderRow headerRow = new PluginHeaderRow(allAppsRowPlugin, this); in onPluginConnected() local 167 addView(headerRow.mView, indexOfChild(mTabLayout)); in onPluginConnected() 168 mPluginRows.put(allAppsRowPlugin, headerRow); in onPluginConnected()
|