Searched defs:contIdx (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/utils/
H A DAssetManager.cpp1319 int mergeIdx, contIdx; local
1324 mergeIdx = contIdx = 0;
1326 while (mergeIdx < mergeMax || contIdx < contMax) {
1329 pNewSorted->add(pContents->itemAt(contIdx));
1330 contIdx++;
1331 } else if (contIdx == contMax) {
1335 } else if (pMergedInfo->itemAt(mergeIdx) == pContents->itemAt(contIdx))
1338 pNewSorted->add(pContents->itemAt(contIdx));
1340 contIdx++;
1341 } else if (pMergedInfo->itemAt(mergeIdx) < pContents->itemAt(contIdx))
[all...]

Completed in 6 milliseconds