Searched refs:programRow (Results 1 – 2 of 2) sorted by relevance
747 final ProgramRow programRow = (ProgramRow) row.findViewById(R.id.row); in selectRow() local748 programRow.post(new Runnable() { in selectRow()751 programRow.focusCurrentProgram(); in selectRow()
185 ProgramRow programRow = (ProgramRow) itemView.findViewById(R.id.row); in onCreateViewHolder() local186 programRow.setRecycledViewPool(mRecycledViewPool); in onCreateViewHolder()