Home
last modified time | relevance | path

Searched refs:DvrTvView (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TV/src/com/android/tv/dvr/
DDvrTvView.java37 public class DvrTvView implements TunableTvViewPlayingApi { class
47 public DvrTvView(Context context, AppLayerTvView tvView, DvrPlayer player) { in DvrTvView() method in DvrTvView
/packages/apps/TV/src/com/android/tv/dvr/ui/playback/
DDvrPlayer.java29 import com.android.tv.dvr.DvrTvView;
52 private final DvrTvView mTvView;
119 mTvView = new DvrTvView(context, tvView, this); in DvrPlayer()
330 public DvrTvView getView() { in getView()
/packages/apps/TV/src/com/android/tv/
DInputSessionManager.java42 import com.android.tv.dvr.DvrTvView;
265 mIsDvrSession = tunableTvView instanceof DvrTvView; in TvViewSession()