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

/frameworks/base/libs/androidfw/
H A DAssetManager.cpp1636 int mergeIdx, contIdx; local
1641 mergeIdx = contIdx = 0;
1643 while (mergeIdx < mergeMax || contIdx < contMax) {
1646 pNewSorted->add(pContents->itemAt(contIdx));
1647 contIdx++;
1648 } else if (contIdx == contMax) {
1652 } else if (pMergedInfo->itemAt(mergeIdx) == pContents->itemAt(contIdx))
1655 pNewSorted->add(pContents->itemAt(contIdx));
1657 contIdx++;
1658 } else if (pMergedInfo->itemAt(mergeIdx) < pContents->itemAt(contIdx))
[all...]

Completed in 122 milliseconds