Searched refs:sRMap (Results 1 – 1 of 1) sorted by relevance
98 private final static Map<Integer, Pair<ResourceType, String>> sRMap = new HashMap<>(); field in Bridge259 sRMap.put(value, Pair.of(resType, f.getName())); in init()350 sRMap.put(attrValue, Pair.of(ResourceType.ATTR, attrName)); in parseStyleable()354 sRMap.put(index, Pair.of(ResourceType.STYLEABLE, name)); in parseStyleable()552 Pair<ResourceType, String> pair = sRMap.get(value); in resolveResourceId()