Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DWebVttRenderer.java1132 private final ArrayMap<TextTrackCue, CueLayout> mCueBoxes = field in WebVttRenderingWidget
1254 CueLayout cueBox = mCueBoxes.get(cue); in setActiveCues()
1257 mCueBoxes.put(cue, cueBox); in setActiveCues()
1282 final int cueCount = mCueBoxes.size(); in setCaptionStyle()
1284 final CueLayout cueBox = mCueBoxes.valueAt(i); in setCaptionStyle()
1310 int cueCount = mCueBoxes.size(); in prune()
1312 final CueLayout cueBox = mCueBoxes.valueAt(i); in prune()
1315 mCueBoxes.removeAt(i); in prune()
1332 final int cueCount = mCueBoxes.size(); in prepForPrune()
1334 final CueLayout cueBox = mCueBoxes.valueAt(i); in prepForPrune()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt45129 Landroid/media/WebVttRenderingWidget;->mCueBoxes:Landroid/util/ArrayMap;