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.java663 Map<String, String> defaultPropMap = null; in obtainStyledAttributes() local
675 defaultPropMap = mDefaultPropMaps.get(key); in obtainStyledAttributes()
676 if (defaultPropMap == null) { in obtainStyledAttributes()
677 defaultPropMap = new HashMap<String, String>(); in obtainStyledAttributes()
678 mDefaultPropMaps.put(key, defaultPropMap); in obtainStyledAttributes()
731 if (defaultPropMap != null) { in obtainStyledAttributes()
736 defaultPropMap.put("style", defStyleName); in obtainStyledAttributes()
775 if (defaultPropMap != null) { in obtainStyledAttributes()
776 defaultPropMap.put("style", item.getName()); in obtainStyledAttributes()
856 if (defaultPropMap != null) { in obtainStyledAttributes()
[all …]