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

/packages/apps/TV/src/com/android/tv/guide/
H A DProgramGrid.java358 ((ProgramTableAdapter.ProgramRowViewHolder) getChildViewHolder(childView))
362 ((ProgramTableAdapter.ProgramRowViewHolder) getChildViewHolder(childView))
H A DProgramTableAdapter.java74 class ProgramTableAdapter extends RecyclerView.Adapter<ProgramTableAdapter.ProgramRowViewHolder> class in inherits:RecyclerView.Adapter,ProgramManager.TableEntryChangedListener
76 private static final String TAG = "ProgramTableAdapter";
113 ProgramTableAdapter(Context context, ProgramGuide programGuide) { method in class:ProgramTableAdapter
H A DProgramGuide.java273 ProgramTableAdapter programTableAdapter = new ProgramTableAdapter(mActivity, this);

Completed in 182 milliseconds