Home
last modified time | relevance | path

Searched refs:nextEntryIdx (Results 1 – 1 of 1) sorted by relevance

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DCppAssetManager.java612 int nextEntryIdx = mResources.getTableCount(); in appendPathToResTable_measured() local
615 if (nextEntryIdx == 0) { in appendPathToResTable_measured()
621 nextEntryIdx = sharedRes.getTableCount(); in appendPathToResTable_measured()
636 if (nextEntryIdx == 0 && ass != null) { in appendPathToResTable_measured()
642 sharedRes.add(ass, idmap, nextEntryIdx + 1, false, false, false); in appendPathToResTable_measured()
669 mResources.add(ass, idmap, nextEntryIdx + 1, !shared, appAsLib, ap.isSystemAsset); in appendPathToResTable_measured()
678 mResources.addEmpty(nextEntryIdx + 1); in appendPathToResTable_measured()