Searched refs:defaultPropMap (Results 1 – 1 of 1) sorted by relevance
663 Map<String, String> defaultPropMap = null; in obtainStyledAttributes() local675 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 …]