Searched refs:programRow (Results 1 – 3 of 3) sorted by relevance
64 View programRow, in findNextFocusedProgram() argument69 findFocusables(programRow, focusables); in findNextFocusedProgram()
893 final ProgramRow programRow = (ProgramRow) row.findViewById(R.id.row); in selectRow() local894 programRow.post(programRow::focusCurrentProgram); in selectRow()
246 ProgramRow programRow = (ProgramRow) itemView.findViewById(R.id.row); in onCreateViewHolder() local247 programRow.setRecycledViewPool(mRecycledViewPool); in onCreateViewHolder()