HomeSort by relevance Sort by last modified time
    Searched defs:StyleResourceValue (Results 1 - 2 of 2) sorted by null

  /sdk/layoutlib_api/src/com/android/ide/common/rendering/api/
StyleResourceValue.java 29 public final class StyleResourceValue extends ResourceValue implements IStyleResourceValue {
34 public StyleResourceValue(ResourceType type, String name, boolean isFramework) {
38 public StyleResourceValue(ResourceType type, String name, String parentStyle,
65 assert value instanceof StyleResourceValue;
68 if (value instanceof StyleResourceValue) {
70 mItems.putAll(((StyleResourceValue)value).mItems);
  /prebuilt/common/layoutlib_api/
layoutlib_api-prebuilt.jar 

Completed in 258 milliseconds