Searched refs:DvrTvView (Results 1 – 3 of 3) sorted by relevance
29 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()
37 public class DvrTvView implements TunableTvViewPlayingApi { class47 public DvrTvView(Context context, AppLayerTvView tvView, DvrPlayer player) { in DvrTvView() method in DvrTvView
41 import com.android.tv.dvr.DvrTvView;264 mIsDvrSession = tunableTvView instanceof DvrTvView; in TvViewSession()