Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java266 Map<String, Integer> fullMap = null; in init() local
269 fullMap = sRevRMap.get(ResourceType.ATTR); in init()
274 fullMap = new HashMap<String, Integer>(1280); in init()
277 if (fullMap == null) { in init()
278 fullMap = new HashMap<String, Integer>(); in init()
280 sRevRMap.put(resType, fullMap); in init()
298 fullMap.put(f.getName(), value); in init()