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

/frameworks/base/libs/androidfw/
H A DAssetManager.cpp1649 int mergeIdx, contIdx; local
1654 mergeIdx = contIdx = 0;
1656 while (mergeIdx < mergeMax || contIdx < contMax) {
1659 pNewSorted->add(pContents->itemAt(contIdx));
1660 contIdx++;
1661 } else if (contIdx == contMax) {
1665 } else if (pMergedInfo->itemAt(mergeIdx) == pContents->itemAt(contIdx))
1668 pNewSorted->add(pContents->itemAt(contIdx));
1670 contIdx++;
1671 } else if (pMergedInfo->itemAt(mergeIdx) < pContents->itemAt(contIdx))
[all...]

Completed in 46 milliseconds