Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/guide/
DGenreListAdapter.java38 private final ProgramGuide mProgramGuide; field in GenreListAdapter
52 mProgramGuide = guide; in GenreListAdapter()
93 return new GenreRowHolder(itemView, mProgramGuide); in onCreateViewHolder()
98 private final ProgramGuide mProgramGuide; field in GenreListAdapter.GenreRowHolder
104 mProgramGuide = programGuide; in GenreRowHolder()
128 mProgramGuide.requestGenreChange(mGenreId); in onFocusChange()
DProgramRow.java39 private ProgramGuide mProgramGuide; field in ProgramRow
150 if (!mProgramGuide.isAccessibilityEnabled() in focusSearch()
181 if (mProgramGuide.isAccessibilityEnabled()) { in focusSearch()
260 ProgramGrid programGrid = mProgramGuide.getProgramGrid(); in onRequestFocusInDescendants()
306 mProgramGuide = programGuide; in setProgramGuide()
DProgramListAdapter.java39 private final ProgramGuide mProgramGuide; field in ProgramListAdapter
49 mProgramGuide = programGuide; in ProgramListAdapter()
88 holder.onBind(tableEntry, mProgramGuide, gapTitle); in onBindViewHolder()
DProgramItemView.java87 private ProgramGuide mProgramGuide; field in ProgramItemView
191 if (!mProgramGuide.isActive() || mProgramGuide.isRunningAnimation()) {
311 mProgramGuide = programGuide; in setValues()
516 mProgramGuide = null; in clearValues()
DProgramTableAdapter.java88 private final ProgramGuide mProgramGuide; field in ProgramTableAdapter
131 mProgramGuide = programGuide; in ProgramTableAdapter()
204 new ProgramListAdapter(mContext.getResources(), mProgramGuide, i); in update()
402 mProgramRow.setProgramGuide(mProgramGuide); in onBind()
405 mProgramRow.resetScroll(mProgramGuide.getTimelineRowScrollOffset()); in onBind()
486 if (mProgramGuide.getProgramGrid().isInLayout()) {
/packages/apps/TV/src/com/android/tv/ui/
DTvOverlayManager.java211 private final ProgramGuide mProgramGuide; field in TvOverlayManager
317 mProgramGuide = in TvOverlayManager()
427 return mProgramGuide; in getProgramGuide()
673 mProgramGuide.show( in showProgramGuide()
683 if (mProgramGuide.isActive()) { in toggleProgramGuide()
684 mProgramGuide.onBackPressed(); in toggleProgramGuide()
768 mProgramGuide.hide(); in hideOverlays()
776 mProgramGuide.onAccessibilityStateChanged(enabled); in onAccessibilityStateChanged()
968 } else if (mProgramGuide.isActive()) { in onUserInteraction()
969 mProgramGuide.scheduleHide(); in onUserInteraction()
[all …]
/packages/apps/TV/tests/robotests/src/com/android/tv/guide/
DProgramTableAdapterTest.java52 @Mock private ProgramGuide mProgramGuide; field in ProgramTableAdapterTest
81 Mockito.when(mProgramGuide.getProgramManager()).thenReturn(mProgramManager); in testOnTableEntryChanged()
90 new ProgramTableAdapter(RuntimeEnvironment.application, mProgramGuide, mUiFlags); in testOnTableEntryChanged()