Searched defs:sRMap (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java92 private final static Map<Integer, Pair<ResourceType, String>> sRMap = field in class:Bridge
96 * Same as sRMap except for int[] instead of int resources. This is for android.R only.
100 * Reverse map compared to sRMap, resource type -> (resource name -> id).
297 sRMap.put(value, Pair.of(resType, f.getName()));
391 sRMap.put(attrValue, Pair.of(ResourceType.ATTR, attrName));
394 sRMap.put(index, Pair.of(ResourceType.STYLEABLE, name));
583 Pair<ResourceType, String> pair = sRMap.get(value);

Completed in 72 milliseconds