Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DSubtitleTrack.java538 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
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt33450 Landroid/media/SubtitleTrack$CueList$EntryIterator;->mRemainingCues:Ljava/util/SortedMap;