Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/guide/
DProgramGuide.java115 private final TimeListAdapter mTimeListAdapter; field in ProgramGuide
242 mTimeListAdapter = new TimeListAdapter(res); in ProgramGuide()
246 mTimelineRow.setAdapter(mTimeListAdapter); in ProgramGuide()
486 mTimeListAdapter.update(mStartUtcTime); in show()