HomeSort by relevance Sort by last modified time
    Searched refs:mClosedCaptionLayout (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/java/android/media/
ClosedCaptionRenderer.java 133 protected ClosedCaptionLayout mClosedCaptionLayout;
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);
    [all...]
Cea708CaptionRenderer.java     [all...]

Completed in 2584 milliseconds