Searched refs:ProgramRow (Results 1 – 3 of 3) sorted by relevance
34 public class ProgramRow extends TimelineGridView { class67 public ProgramRow(Context context) { in ProgramRow() method in ProgramRow71 public ProgramRow(Context context, AttributeSet attrs) { in ProgramRow() method in ProgramRow75 public ProgramRow(Context context, AttributeSet attrs, int defStyle) { in ProgramRow() method in ProgramRow
185 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()
747 final ProgramRow programRow = (ProgramRow) row.findViewById(R.id.row); in selectRow()