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

/frameworks/base/media/java/android/media/
H A DWebVttRenderer.java1116 private final ArrayMap<TextTrackCue, CueLayout> mCueBoxes =
1117 new ArrayMap<TextTrackCue, CueLayout>();
1233 CueLayout cueBox = mCueBoxes.get(cue);
1235 cueBox = new CueLayout(context, cue, captionStyle, fontSize);
1262 final CueLayout cueBox = mCueBoxes.valueAt(i);
1290 final CueLayout cueBox = mCueBoxes.valueAt(i);
1312 final CueLayout cueBox = mCueBoxes.valueAt(i);
1329 final CueLayout cueBox = mCueBoxes.valueAt(i);
1350 final CueLayout cueBox = mCueBoxes.valueAt(i);
1379 int viewportWidth, int viewportHeight, CueLayout cueBo
1631 private static class CueLayout extends LinearLayout { class in class:WebVttRenderingWidget
1640 public CueLayout( method in class:WebVttRenderingWidget.CueLayout
[all...]

Completed in 31 milliseconds