Searched refs:contIdx (Results 1 – 2 of 2) sorted by relevance
1404 int mergeIdx, contIdx; in mergeInfoLocked() local1410 mergeIdx = contIdx = 0; in mergeInfoLocked()1412 while (mergeIdx < mergeMax || contIdx < contMax) { in mergeInfoLocked()1415 pNewSorted.add(pContents.itemAt(contIdx)); in mergeInfoLocked()1416 contIdx++; in mergeInfoLocked()1417 } else if (contIdx == contMax) { in mergeInfoLocked()1421 } else if (pMergedInfo.itemAt(mergeIdx) == pContents.itemAt(contIdx)) { in mergeInfoLocked()1423 pNewSorted.add(pContents.itemAt(contIdx)); in mergeInfoLocked()1425 contIdx++; in mergeInfoLocked()1426 } else if (pMergedInfo.itemAt(mergeIdx).isLessThan(pContents.itemAt(contIdx))) { in mergeInfoLocked()[all …]
38 public T itemAt(int contIdx) { in itemAt() argument39 return mStorage.get(contIdx); in itemAt()