Home
last modified time | relevance | path

Searched refs:tryParseColor (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/aapt2/link/
DReferenceLinker_test.cpp71 .addItem(u"@android:attr/foo", ResourceUtils::tryParseColor(u"#ff00ff")) in TEST()
143 ResourceUtils::tryParseColor(u"#ff0000")) in TEST()
205 .addItem(u"@android:attr/hidden", ResourceUtils::tryParseColor(u"#ff00ff")) in TEST()
/frameworks/base/tools/aapt2/
DResourceUtils.h110 std::unique_ptr<BinaryPrimitive> tryParseColor(const StringPiece16& str);
DResourceUtils.cpp335 std::unique_ptr<BinaryPrimitive> tryParseColor(const StringPiece16& str) { in tryParseColor() function
495 std::unique_ptr<BinaryPrimitive> color = tryParseColor(value); in parseItemForAttribute()