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

/frameworks/base/libs/androidfw/
H A DAssetManager.cpp1290 int mergeIdx, contIdx; local
1295 mergeIdx = contIdx = 0;
1297 while (mergeIdx < mergeMax || contIdx < contMax) {
1300 pNewSorted->add(pContents->itemAt(contIdx));
1301 contIdx++;
1302 } else if (contIdx == contMax) {
1306 } else if (pMergedInfo->itemAt(mergeIdx) == pContents->itemAt(contIdx))
1309 pNewSorted->add(pContents->itemAt(contIdx));
1311 contIdx++;
1312 } else if (pMergedInfo->itemAt(mergeIdx) < pContents->itemAt(contIdx))
[all...]

Completed in 536 milliseconds