Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTable.java146 Asset asset, Asset idmapAsset, final int cookie, boolean copyData, in add() argument
156 if (idmapAsset != NULL) { in add()
157 idmapData = idmapAsset.getBuffer(true); in add()
162 idmapSize = (int) idmapAsset.getLength(); in add()