Searched refs:mActiveCues (Results 1 – 1 of 1) sorted by relevance
53 final protected Vector<Cue> mActiveCues = new Vector<Cue>(); field in SubtitleTrack143 mActiveCues.remove(cue); in updateActiveCues()154 mActiveCues.add(cue); in updateActiveCues()205 if (DEBUG) Log.v(TAG, "Clearing " + mActiveCues.size() + " active cues"); in clearActiveCues()206 mActiveCues.clear(); in clearActiveCues()234 updateView(mActiveCues); in onTimedEvent()249 updateView(mActiveCues); in onSeek()263 updateView(mActiveCues); in onStop()355 updateView(mActiveCues); in addCue()