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.java128 private final TimeListAdapter mTimeListAdapter; field in ProgramGuide
281 mTimeListAdapter = new TimeListAdapter(res); in ProgramGuide()
287 mTimelineRow.setAdapter(mTimeListAdapter); in ProgramGuide()
547 mTimeListAdapter.update(mStartUtcTime); in show()