Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTable.java894 IdmapEntries idmapEntry = idmapEntries.get(typeSpec.id); local
895 if (idmapEntry != null) {
896 typeIndex = (byte) (idmapEntry.targetTypeId() - 1);
909 if (existingType.entryCount != newEntryCount && idmapEntry == null) {
920 if (idmapEntry != null) {
921 t.idmapEntries = idmapEntry;
970 IdmapEntries idmapEntry = idmapEntries.get(type.id); local
971 if (idmapEntry != null) {
972 typeIndex = (byte) (idmapEntry.targetTypeId() - 1);