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.java55 ProgramGuide programGuide = in onAttach() local
57 if (programGuide != null && programGuide.isActive()) { in onAttach()
58 programGuide.cancelHide(); in onAttach()
68 ProgramGuide programGuide = in onDetach() local
70 if (programGuide != null && programGuide.isActive()) { in onDetach()
71 programGuide.scheduleHide(); in onDetach()
/packages/apps/TV/src/com/android/tv/guide/
DProgramListAdapter.java47 ProgramListAdapter(Resources res, ProgramGuide programGuide, int channelIndex) { in ProgramListAdapter() argument
49 mProgramGuide = programGuide; in ProgramListAdapter()
50 mProgramManager = programGuide.getProgramManager(); in ProgramListAdapter()
108 void onBind(TableEntry entry, ProgramGuide programGuide, String gapTitle) { in onBind() argument
112 ProgramManager programManager = programGuide.getProgramManager(); in onBind()
115 programGuide, in onBind()
DGenreListAdapter.java102 GenreRowHolder(View itemView, ProgramGuide programGuide) { in GenreRowHolder() argument
104 mProgramGuide = programGuide; in GenreRowHolder()
DProgramRow.java305 public void setProgramGuide(ProgramGuide programGuide) { in setProgramGuide() argument
306 mProgramGuide = programGuide; in setProgramGuide()
307 mProgramManager = programGuide.getProgramManager(); in setProgramGuide()
DProgramItemView.java305 ProgramGuide programGuide, in setValues() argument
311 mProgramGuide = programGuide; in setValues()
DProgramTableAdapter.java119 ProgramTableAdapter(Context context, ProgramGuide programGuide, UiFlags uiFlags) { in ProgramTableAdapter() argument
131 mProgramGuide = programGuide; in ProgramTableAdapter()
132 mProgramManager = programGuide.getProgramManager(); in ProgramTableAdapter()
DProgramGuide.java1081 public void handleMessage(Message msg, @NonNull ProgramGuide programGuide) { in handleMessage() argument
1083 programGuide.mProgramTableFadeInAnimator.start(); in handleMessage()