Searched refs:cueBox (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DWebVttRenderer.java1233 CueLayout cueBox = mCueBoxes.get(cue);
1234 if (cueBox == null) {
1235 cueBox = new CueLayout(context, cue, captionStyle, fontSize);
1236 mCueBoxes.put(cue, cueBox);
1237 addView(cueBox, LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT);
1239 cueBox.update();
1240 cueBox.setOrder(i);
1262 final CueLayout cueBox = mCueBoxes.valueAt(i);
1263 cueBox.setCaptionStyle(captionStyle, fontSize);
1290 final CueLayout cueBox
1378 layoutCue( int viewportWidth, int viewportHeight, CueLayout cueBox) argument
1451 calculateLinePosition(CueLayout cueBox) argument
[all...]

Completed in 38 milliseconds