Home
last modified time | relevance | path

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

/platform_testing/libraries/screenshot/deviceless/layoutlib/tests/src/com/android/layoutlib/bridge/intensive/setup/
DConfigGenerator.java233 Map<String, Integer> attributeMap = map.get(attr); in getEnumMap() local
234 if (attributeMap == null) { in getEnumMap()
235 attributeMap = Maps.newHashMap(); in getEnumMap()
236 map.put(attr, attributeMap); in getEnumMap()
238 attributeMap.put(name, i); in getEnumMap()