Searched refs:ProgramRow (Results 1 – 3 of 3) sorted by relevance
35 public class ProgramRow extends TimelineGridView { class70 public ProgramRow(Context context) { in ProgramRow() method in ProgramRow74 public ProgramRow(Context context, AttributeSet attrs) { in ProgramRow() method in ProgramRow78 public ProgramRow(Context context, AttributeSet attrs, int defStyle) { in ProgramRow() method in ProgramRow
231 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()
769 final ProgramRow programRow = (ProgramRow) row.findViewById(R.id.row); in selectRow()