Searched refs:TimelineRow (Results 1 – 2 of 2) sorted by relevance
22 public class TimelineRow extends TimelineGridView { class27 public TimelineRow(Context context) { in TimelineRow() method in TimelineRow31 public TimelineRow(Context context, AttributeSet attrs) { in TimelineRow() method in TimelineRow35 public TimelineRow(Context context, AttributeSet attrs, int defStyle) { in TimelineRow() method in TimelineRow
113 private final TimelineRow mTimelineRow;241 mTimelineRow = (TimelineRow) mTable.findViewById(R.id.time_row); in ProgramGuide()