Searched refs:isResource (Results 1 – 1 of 1) sorted by relevance
191 public Property(@NonNull String name, int value, boolean isResource, in Property() argument193 this(name, isResource ? TYPE_RESOURCE : TYPE_INTEGER, packageName, className); in Property()