Searched refs:mRemainingCues (Results 1 – 1 of 1) sorted by relevance
538 mRemainingCues = cues; in EntryIterator()546 if (mRemainingCues == null) { in nextKey()549 mCurrentTimeMs = mRemainingCues.firstKey(); in nextKey()551 mRemainingCues.get(mCurrentTimeMs).iterator(); in nextKey()553 mRemainingCues = in nextKey()554 mRemainingCues.tailMap(mCurrentTimeMs + 1); in nextKey()556 mRemainingCues = null; in nextKey()561 mRemainingCues = null; in nextKey()571 private SortedMap<Long, Vector<Cue> > mRemainingCues; field in EntryIterator