Searched refs:ProgramRow (Results 1 - 3 of 3) sorted by relevance

/packages/apps/TV/src/com/android/tv/guide/
H A DProgramRow.java35 public class ProgramRow extends TimelineGridView { class in inherits:TimelineGridView
36 private static final String TAG = "ProgramRow";
52 * See {@code ProgramRow#setChildFocusListener(ChildFocusListener)}.
70 public ProgramRow(Context context) { method in class:ProgramRow
74 public ProgramRow(Context context, AttributeSet attrs) { method in class:ProgramRow
78 public ProgramRow(Context context, AttributeSet attrs, int defStyle) { method in class:ProgramRow
83 * Registers a listener focus events occurring on children to the {@code ProgramRow}.
106 Log.d(TAG, "ProgramRow {" + Utils.toRectString(this) + "}");
H A DProgramTableAdapter.java231 ProgramRow programRow = (ProgramRow) itemView.findViewById(R.id.row);
246 implements ProgramRow.ChildFocusListener {
249 private final ProgramRow mProgramRow;
344 mProgramRow = (ProgramRow) mContainer.findViewById(R.id.row);
H A DProgramGuide.java769 final ProgramRow programRow = (ProgramRow) row.findViewById(R.id.row);

Completed in 32 milliseconds