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