Searched refs:mClosedCaptionLayout (Results 1 – 1 of 1) sorted by relevance
1103 private CCLayout mClosedCaptionLayout; field in ClosedCaptionWidget1125 mClosedCaptionLayout = new CCLayout(context); in ClosedCaptionWidget()1126 mClosedCaptionLayout.setCaptionStyle(mCaptionStyle); in ClosedCaptionWidget()1127 addView(mClosedCaptionLayout, LayoutParams.MATCH_PARENT, LayoutParams.MATCH_PARENT); in ClosedCaptionWidget()1173 mClosedCaptionLayout.update(styledTexts); in onDisplayChanged()1188 mClosedCaptionLayout.measure(widthMeasureSpec, heightMeasureSpec); in onMeasure()1193 mClosedCaptionLayout.layout(l, t, r, b); in onLayout()1203 mClosedCaptionLayout.setCaptionStyle(mCaptionStyle);