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