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

/frameworks/base/libs/androidfw/
H A DAssetManager.cpp1578 int mergeIdx, contIdx; local
1583 mergeIdx = contIdx = 0;
1585 while (mergeIdx < mergeMax || contIdx < contMax) {
1588 pNewSorted->add(pContents->itemAt(contIdx));
1589 contIdx++;
1590 } else if (contIdx == contMax) {
1594 } else if (pMergedInfo->itemAt(mergeIdx) == pContents->itemAt(contIdx))
1597 pNewSorted->add(pContents->itemAt(contIdx));
1599 contIdx++;
1600 } else if (pMergedInfo->itemAt(mergeIdx) < pContents->itemAt(contIdx))
[all...]

Completed in 201 milliseconds