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