Home
last modified time | relevance | path

Searched refs:programGuide (Results 1 – 7 of 7) sorted by relevance

/packages/apps/TV/src/com/android/tv/dvr/ui/
DDvrHalfSizedDialogFragment.java71 ProgramGuide programGuide = in onAttach() local
73 if (programGuide != null && programGuide.isActive()) { in onAttach()
74 programGuide.cancelHide(); in onAttach()
84 ProgramGuide programGuide = in onDetach() local
86 if (programGuide != null && programGuide.isActive()) { in onDetach()
87 programGuide.scheduleHide(); in onDetach()
/packages/apps/TV/src/com/android/tv/guide/
DProgramListAdapter.java48 ProgramListAdapter(Resources res, ProgramGuide programGuide, int channelIndex) { in ProgramListAdapter() argument
50 mProgramGuide = programGuide; in ProgramListAdapter()
51 mProgramManager = programGuide.getProgramManager(); in ProgramListAdapter()
109 void onBind(TableEntry entry, ProgramGuide programGuide, String gapTitle) { in onBind() argument
113 ProgramManager programManager = programGuide.getProgramManager(); in onBind()
114 ((ProgramItemView) itemView).setValues(programGuide, entry, in onBind()
DProgramRow.java285 public void setProgramGuide(ProgramGuide programGuide) { in setProgramGuide() argument
286 mProgramGuide = programGuide; in setProgramGuide()
287 mProgramManager = programGuide.getProgramManager(); in setProgramGuide()
DGenreListAdapter.java104 GenreRowHolder(View itemView, ProgramGuide programGuide) { in GenreRowHolder() argument
106 mProgramGuide = programGuide; in GenreRowHolder()
DProgramItemView.java257 public void setValues(ProgramGuide programGuide, TableEntry entry, int selectedGenreId, in setValues() argument
259 mProgramGuide = programGuide; in setValues()
DProgramTableAdapter.java117 ProgramTableAdapter(Context context, ProgramGuide programGuide) { in ProgramTableAdapter() argument
129 mProgramGuide = programGuide; in ProgramTableAdapter()
130 mProgramManager = programGuide.getProgramManager(); in ProgramTableAdapter()
DProgramGuide.java931 public void handleMessage(Message msg, @NonNull ProgramGuide programGuide) { in handleMessage() argument
933 programGuide.mProgramTableFadeInAnimator.start(); in handleMessage()