Searched refs:resourceValue (Results 1 – 2 of 2) sorted by relevance
335 std::unique_ptr<Value> resourceValue; in parseType() local340 resourceValue = parseMapEntry(name, config, mapEntry); in parseType()344 resourceValue = parseValue(name, config, value, entry->flags); in parseType()347 if (!resourceValue) { in parseType()355 if (!mTable->addResourceAllowMangled(name, config, {}, std::move(resourceValue), in parseType()
162 ResourceValue resourceValue = value.getSecond(); in getColor() local164 return ResourceHelper.getColor(resourceValue.getValue()); in getColor()169 if (new File(resourceValue.getValue()).isFile()) { in getColor()170 String resource = (resourceValue.isFramework() ? "@android:" : "@") + "color/" in getColor()171 + resourceValue.getName(); in getColor()