Searched refs:ProgramRow (Results 1 – 4 of 4) sorted by relevance
32 public class ProgramRow extends TimelineGridView { class65 public ProgramRow(Context context) { in ProgramRow() method in ProgramRow69 public ProgramRow(Context context, AttributeSet attrs) { in ProgramRow() method in ProgramRow73 public ProgramRow(Context context, AttributeSet attrs, int defStyle) { in ProgramRow() method in ProgramRow
246 ProgramRow programRow = (ProgramRow) itemView.findViewById(R.id.row); in onCreateViewHolder()275 implements ProgramRow.ChildFocusListener {278 private final ProgramRow mProgramRow;370 mProgramRow = (ProgramRow) mContainer.findViewById(R.id.row); in ProgramRowViewHolder()
60 ((ProgramRow) host).focusSearchAccessibility(child, View.FOCUS_FORWARD); in onRequestSendAccessibilityEvent()
893 final ProgramRow programRow = (ProgramRow) row.findViewById(R.id.row); in selectRow()