Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceParser.h95 static std::unique_ptr<BinaryPrimitive> tryParseColor(const StringPiece16& str);
DResourceParser.cpp268 std::unique_ptr<BinaryPrimitive> ResourceParser::tryParseColor(const StringPiece16& str) { in tryParseColor() function in aapt::ResourceParser
411 std::unique_ptr<BinaryPrimitive> color = tryParseColor(value); in parseItemForAttribute()