Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/ui/
DAppLayerTvView.java35 public class AppLayerTvView extends TvViewCompat { class
39 public AppLayerTvView(Context context) { in AppLayerTvView() method in AppLayerTvView
43 public AppLayerTvView(Context context, AttributeSet attrs) { in AppLayerTvView() method in AppLayerTvView
47 public AppLayerTvView(Context context, AttributeSet attrs, int defStyleAttr) { in AppLayerTvView() method in AppLayerTvView
DTunableTvView.java136 private AppLayerTvView mTvView;
/packages/apps/TV/tests/robotests/src/com/android/tv/dvr/ui/playback/
DDvrPlayerTest.java26 import com.android.tv.ui.AppLayerTvView;
51 AppLayerTvView tvView = new AppLayerTvView(RuntimeEnvironment.application); in setUp()
/packages/apps/TV/src/com/android/tv/dvr/
DDvrTvView.java30 import com.android.tv.ui.AppLayerTvView;
39 private final AppLayerTvView mTvView;
47 public DvrTvView(Context context, AppLayerTvView tvView, DvrPlayer player) { in DvrTvView()
/packages/apps/TV/src/com/android/tv/dvr/ui/playback/
DDvrPlayer.java31 import com.android.tv.ui.AppLayerTvView;
118 public DvrPlayer(AppLayerTvView tvView, Context context) { in DvrPlayer()
DDvrPlaybackOverlayFragment.java55 import com.android.tv.ui.AppLayerTvView;
83 private AppLayerTvView mTvView;