Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java224 Map<String, Integer> fullMap = null; in init() local
227 fullMap = sRevRMap.get(ResourceType.ATTR); in init()
232 fullMap = new HashMap<>(1280); in init()
235 if (fullMap == null) { in init()
236 fullMap = new HashMap<>(); in init()
238 sRevRMap.put(resType, fullMap); in init()
252 fullMap.put(f.getName(), value); in init()