Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/guide/
DProgramRow.java32 public class ProgramRow extends TimelineGridView { class
65 public ProgramRow(Context context) { in ProgramRow() method in ProgramRow
69 public ProgramRow(Context context, AttributeSet attrs) { in ProgramRow() method in ProgramRow
73 public ProgramRow(Context context, AttributeSet attrs, int defStyle) { in ProgramRow() method in ProgramRow
DProgramTableAdapter.java246 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()
DProgramRowAccessibilityDelegate.java60 ((ProgramRow) host).focusSearchAccessibility(child, View.FOCUS_FORWARD); in onRequestSendAccessibilityEvent()
DProgramGuide.java893 final ProgramRow programRow = (ProgramRow) row.findViewById(R.id.row); in selectRow()