Home
last modified time | relevance | path

Searched refs:resourceValue (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/unflatten/
DBinaryResourceParser.cpp335 std::unique_ptr<Value> resourceValue; in parseType() local
340 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()
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java162 ResourceValue resourceValue = value.getSecond(); in getColor() local
164 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()