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

/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java133 protected ClosedCaptionLayout mClosedCaptionLayout; field in class:ClosedCaptionWidget
160 mClosedCaptionLayout = createCaptionLayout(context);
161 mClosedCaptionLayout.setCaptionStyle(mCaptionStyle);
162 mClosedCaptionLayout.setFontScale(mManager.getFontScale());
163 addView((ViewGroup) mClosedCaptionLayout, LayoutParams.MATCH_PARENT,
213 ((ViewGroup) mClosedCaptionLayout).measure(widthMeasureSpec, heightMeasureSpec);
218 ((ViewGroup) mClosedCaptionLayout).layout(l, t, r, b);
228 mClosedCaptionLayout.setCaptionStyle(mCaptionStyle);
233 mClosedCaptionLayout.setFontScale(fontScale);
1249 ((CCLayout) mClosedCaptionLayout)
[all...]

Completed in 228 milliseconds