Searched defs:TvView (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/tv/
H A DTvView.java54 * Displays TV contents. The TvView class provides a high level interface for applications to show
60 * method, it takes care of underlying service binding (and unbinding if the current TvView is
66 public class TvView extends ViewGroup { class in inherits:ViewGroup
67 private static final String TAG = "TvView";
74 private static final WeakReference<TvView> NULL_TV_VIEW = new WeakReference<>(null);
77 private static WeakReference<TvView> sMainTvView = NULL_TV_VIEW;
157 public TvView(Context context) { method in class:TvView
161 public TvView(Context context, AttributeSet attrs) { method in class:TvView
165 public TvView(Context context, AttributeSet attrs, int defStyleAttr) { method in class:TvView
174 * Sets the callback to be invoked when an event is dispatched to this TvView
[all...]

Completed in 45 milliseconds