Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java706 PropertiesMap defaultPropMap = mDefaultPropMaps.get(key); in obtainStyledAttributes() local
707 if (defaultPropMap == null) { in obtainStyledAttributes()
708 defaultPropMap = typeArrayAndPropertiesPair.getSecond(); in obtainStyledAttributes()
709 mDefaultPropMaps.put(key, defaultPropMap); in obtainStyledAttributes()
711 defaultPropMap.putAll(typeArrayAndPropertiesPair.getSecond()); in obtainStyledAttributes()
727 PropertiesMap defaultPropMap = null; in obtainStyledAttributes() local
739 defaultPropMap = mDefaultPropMaps.computeIfAbsent(key, k -> new PropertiesMap()); in obtainStyledAttributes()
804 if (defaultPropMap != null) { in obtainStyledAttributes()
808 defaultPropMap.put("style", new Property(defStyleName, item.getValue())); in obtainStyledAttributes()
835 if (defaultPropMap != null) { in obtainStyledAttributes()
[all …]