Searched refs:defaultPropMap (Results 1 – 1 of 1) sorted by relevance
706 PropertiesMap defaultPropMap = mDefaultPropMaps.get(key); in obtainStyledAttributes() local707 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() local739 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 …]