Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/guide/
DProgramRow.java35 public class ProgramRow extends TimelineGridView { class
70 public ProgramRow(Context context) { in ProgramRow() method in ProgramRow
74 public ProgramRow(Context context, AttributeSet attrs) { in ProgramRow() method in ProgramRow
78 public ProgramRow(Context context, AttributeSet attrs, int defStyle) { in ProgramRow() method in ProgramRow
DProgramTableAdapter.java231 ProgramRow programRow = (ProgramRow) itemView.findViewById(R.id.row); in onCreateViewHolder()
246 implements ProgramRow.ChildFocusListener {
249 private final ProgramRow mProgramRow;
344 mProgramRow = (ProgramRow) mContainer.findViewById(R.id.row); in ProgramRowViewHolder()
DProgramGuide.java769 final ProgramRow programRow = (ProgramRow) row.findViewById(R.id.row); in selectRow()