HomeSort by relevance Sort by last modified time
    Searched refs:TryParseColor (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tools/aapt2/link/
ReferenceLinker_test.cpp 80 ResourceUtils::TryParseColor("#ff00ff"))
160 ResourceUtils::TryParseColor("#ff0000"))
234 ResourceUtils::TryParseColor("#ff00ff"))
  /frameworks/base/tools/aapt2/
ResourceUtils.h 151 std::unique_ptr<BinaryPrimitive> TryParseColor(const android::StringPiece& str);
ResourceUtils.cpp 393 std::unique_ptr<BinaryPrimitive> TryParseColor(const StringPiece& str) {
594 auto color = TryParseColor(value);

Completed in 108 milliseconds