Searched defs:ClosedCaptionWidget (Results 1 - 1 of 1) sorted by relevance
/frameworks/base/media/java/android/media/ | ||
H A D | ClosedCaptionRenderer.java | 55 private ClosedCaptionWidget mRenderingWidget; 73 mRenderingWidget = new ClosedCaptionWidget(mContext); 81 private final ClosedCaptionWidget mRenderingWidget; 84 ClosedCaptionTrack(ClosedCaptionWidget renderingWidget, MediaFormat format) { 1078 class ClosedCaptionWidget extends ViewGroup implements class in inherits:ViewGroup,SubtitleTrack.RenderingWidget,CCParser.DisplayListener 1081 private static final String TAG = "ClosedCaptionWidget"; 1102 public ClosedCaptionWidget(Context context) { method in class:ClosedCaptionWidget 1106 public ClosedCaptionWidget(Context context, AttributeSet attrs) { method in class:ClosedCaptionWidget 1110 public ClosedCaptionWidget(Context context, AttributeSet attrs, int defStyle) { method in class:ClosedCaptionWidget |
Completed in 49 milliseconds