Home
last modified time | relevance | path

Searched refs:ProgramGuide (Results 1 – 9 of 9) sorted by relevance

/packages/apps/TV/src/com/android/tv/guide/
DGenreListAdapter.java38 private final ProgramGuide mProgramGuide;
41 GenreListAdapter(Context context, ProgramManager programManager, ProgramGuide guide) { in GenreListAdapter()
98 private final ProgramGuide mProgramGuide;
102 GenreRowHolder(View itemView, ProgramGuide programGuide) { in GenreRowHolder()
DProgramListAdapter.java39 private final ProgramGuide mProgramGuide;
47 ProgramListAdapter(Resources res, ProgramGuide programGuide, int channelIndex) { in ProgramListAdapter()
108 void onBind(TableEntry entry, ProgramGuide programGuide, String gapTitle) { in onBind()
DProgramGuide.java74 public class ProgramGuide class
174 public ProgramGuide( in ProgramGuide() method in ProgramGuide
1070 private static class ProgramGuideHandler extends WeakHandler<ProgramGuide> {
1071 ProgramGuideHandler(ProgramGuide ref) { in ProgramGuideHandler()
1076 public void handleMessage(Message msg, @NonNull ProgramGuide programGuide) { in handleMessage()
DProgramRow.java39 private ProgramGuide mProgramGuide;
305 public void setProgramGuide(ProgramGuide programGuide) { in setProgramGuide()
DProgramItemView.java78 private ProgramGuide mProgramGuide;
290 ProgramGuide programGuide, in setValues()
DProgramTableAdapter.java85 private final ProgramGuide mProgramGuide;
115 ProgramTableAdapter(Context context, ProgramGuide programGuide) { in ProgramTableAdapter()
/packages/apps/TV/src/com/android/tv/dvr/ui/
DDvrHalfSizedDialogFragment.java33 import com.android.tv.guide.ProgramGuide;
53 ProgramGuide programGuide = in onAttach()
66 ProgramGuide programGuide = in onDetach()
/packages/apps/TV/src/com/android/tv/ui/
DTvOverlayManager.java58 import com.android.tv.guide.ProgramGuide;
203 private final ProgramGuide mProgramGuide;
304 new ProgramGuide( in TvOverlayManager()
412 public ProgramGuide getProgramGuide() { in getProgramGuide()
/packages/apps/TV/tests/func/src/com/android/tv/tests/ui/
DProgramGuideTest.java20 import com.android.tv.guide.ProgramGuide;