Searched refs:ProgramListAdapter (Results 1 - 2 of 2) sorted by relevance

/packages/apps/TV/src/com/android/tv/guide/
H A DProgramListAdapter.java35 public class ProgramListAdapter extends RecyclerView.Adapter<ProgramListAdapter.ProgramViewHolder> class in inherits:RecyclerView.Adapter,TableEntriesUpdatedListener
37 private static final String TAG = "ProgramListAdapter";
47 public ProgramListAdapter(Resources res, ProgramManager programManager, int channelIndex) { method in class:ProgramListAdapter
H A DProgramTableAdapter.java64 * Adapts the {@link ProgramListAdapter} list to the body of the program guide table.
76 private final List<ProgramListAdapter> mProgramListAdapters = new ArrayList<>();
159 ProgramListAdapter listAdapter = new ProgramListAdapter(mContext.getResources(),

Completed in 123 milliseconds