Home
last modified time | relevance | path

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

/aosp12/packages/apps/TV/src/com/android/tv/dvr/ui/list/
H A DDvrHistoryRowAdapter.java95 SchedulesHeaderRow headerRow = in start() local
105 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() local
286 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 …]
H A DScheduleRowAdapter.java102 SchedulesHeaderRow headerRow = in start() local
112 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() local
227 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 …]
H A DEpisodicProgramRow.java35 SchedulesHeaderRow headerRow) { in EpisodicProgramRow() argument
36 super(recording, headerRow); in EpisodicProgramRow()
H A DScheduleRow.java32 public ScheduleRow(@Nullable ScheduledRecording recording, SchedulesHeaderRow headerRow) { in ScheduleRow() argument
34 mHeaderRow = headerRow; in ScheduleRow()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DFloatingHeaderView.java183 PluginHeaderRow headerRow = new PluginHeaderRow(allAppsRowPlugin, this); in onPluginConnected() local
184 addView(headerRow.mView, indexOfChild(mTabLayout)); in onPluginConnected()
185 mPluginRows.put(allAppsRowPlugin, headerRow); in onPluginConnected()