Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java646 PropertiesMap defaultPropMap = mDefaultPropMaps.get(key); in obtainStyledAttributes() local
647 if (defaultPropMap == null) { in obtainStyledAttributes()
648 defaultPropMap = typeArrayAndPropertiesPair.getSecond(); in obtainStyledAttributes()
649 mDefaultPropMaps.put(key, defaultPropMap); in obtainStyledAttributes()
651 defaultPropMap.putAll(typeArrayAndPropertiesPair.getSecond()); in obtainStyledAttributes()
667 PropertiesMap defaultPropMap = null; in obtainStyledAttributes() local
679 defaultPropMap = mDefaultPropMaps.get(key); in obtainStyledAttributes()
680 if (defaultPropMap == null) { in obtainStyledAttributes()
681 defaultPropMap = new PropertiesMap(); in obtainStyledAttributes()
682 mDefaultPropMaps.put(key, defaultPropMap); in obtainStyledAttributes()
[all …]