Searched refs:headMap (Results 1 – 2 of 2) sorted by relevance
380 SortedMap<Long, SampleCache> headMap = map.headMap(positionUs + 1); in getReadFile() local381 if (!headMap.isEmpty()) { in getReadFile()382 sampleCache = headMap.get(headMap.lastKey()); in getReadFile()
123 SortedMap<Integer, int[]> head = mIndex.headMap(start + 1); in getMediaItem()