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.java34 public class ProgramRow extends TimelineGridView { class
67 public ProgramRow(Context context) { in ProgramRow() method in ProgramRow
71 public ProgramRow(Context context, AttributeSet attrs) { in ProgramRow() method in ProgramRow
75 public ProgramRow(Context context, AttributeSet attrs, int defStyle) { in ProgramRow() method in ProgramRow
DProgramTableAdapter.java185 ProgramRow programRow = (ProgramRow) itemView.findViewById(R.id.row); in onCreateViewHolder()
200 implements ProgramRow.ChildFocusListener {
203 private final ProgramRow mProgramRow;
250 mProgramRow = (ProgramRow) mContainer.findViewById(R.id.row); in ProgramRowHolder()
DProgramGuide.java747 final ProgramRow programRow = (ProgramRow) row.findViewById(R.id.row); in selectRow()