Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DWebVttRenderer.java1132 private final ArrayMap<TextTrackCue, CueLayout> mCueBoxes =
1133 new ArrayMap<TextTrackCue, CueLayout>();
1254 CueLayout cueBox = mCueBoxes.get(cue); in setActiveCues()
1256 cueBox = new CueLayout(context, cue, captionStyle, fontSize); in setActiveCues()
1284 final CueLayout cueBox = mCueBoxes.valueAt(i); in setCaptionStyle()
1312 final CueLayout cueBox = mCueBoxes.valueAt(i); in prune()
1334 final CueLayout cueBox = mCueBoxes.valueAt(i); in prepForPrune()
1351 final CueLayout cueBox = mCueBoxes.valueAt(i); in onMeasure()
1372 final CueLayout cueBox = mCueBoxes.valueAt(i); in onLayout()
1401 int viewportWidth, int viewportHeight, CueLayout cueBox) { in layoutCue()
[all …]