Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/guide/
DTimelineRow.java22 public class TimelineRow extends TimelineGridView { class
27 public TimelineRow(Context context) { in TimelineRow() method in TimelineRow
31 public TimelineRow(Context context, AttributeSet attrs) { in TimelineRow() method in TimelineRow
35 public TimelineRow(Context context, AttributeSet attrs, int defStyle) { in TimelineRow() method in TimelineRow
DProgramGuide.java126 private final TimelineRow mTimelineRow;
280 mTimelineRow = (TimelineRow) mTable.findViewById(R.id.time_row); in ProgramGuide()