Home
last modified time | relevance | path

Searched refs:getTvView (Results 1 – 6 of 6) sorted by relevance

/packages/apps/TV/tests/robotests/src/com/android/tv/
DMainActivityRoboTest.java60 mShadowTvView = Shadow.extract(mMainActivity.getTvView().getTvView()); in setUp()
248 public TunableTvView getTvView() { in getTvView() method in MainActivityRoboTest.FakeMainActivity
/packages/apps/TV/src/com/android/tv/interactive/
DIAppManager.java226 mTvIAppView.setTvView(mTvView.getTvView()); in onTvInteractiveAppServiceStateChanged()
227 if (mTvView.getTvView() != null) { in onTvInteractiveAppServiceStateChanged()
228 mTvView.getTvView().setInteractiveAppNotificationEnabled(true); in onTvInteractiveAppServiceStateChanged()
/packages/apps/TV/src/com/android/tv/menu/
DPlayControlsRow.java48 public TunableTvView getTvView() { in getTvView() method in PlayControlsRow
DPlayControlsRowView.java323 mTvView = playControlsRow.getTvView(); in onBind()
/packages/apps/TV/src/com/android/tv/ui/
DTvViewUiManager.java443 mTvViewAnimator.setTarget(mTvView.getTvView()); in initTvAnimatorIfNeeded()
DTunableTvView.java924 public TvView getTvView() { in getTvView() method in TunableTvView