super(name);
super(name); mParentStyle = parentStyle;
mItems.put(value.getName(), value);
return mItems.get(name);
return mParentStyle;
super.replaceWith(value); if (value instanceof StyleResourceValue) { mItems.clear(); mItems.putAll(((StyleResourceValue)value).mItems); }