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

  /frameworks/base/tools/aapt2/
ResourceUtils.h 110 std::unique_ptr<BinaryPrimitive> tryParseColor(const StringPiece16& str);
ResourceUtils.cpp 335 std::unique_ptr<BinaryPrimitive> tryParseColor(const StringPiece16& str) {
495 std::unique_ptr<BinaryPrimitive> color = tryParseColor(value);
  /frameworks/base/tools/aapt2/link/
ReferenceLinker_test.cpp 71 .addItem(u"@android:attr/foo", ResourceUtils::tryParseColor(u"#ff00ff"))
143 ResourceUtils::tryParseColor(u"#ff0000"))
205 .addItem(u"@android:attr/hidden", ResourceUtils::tryParseColor(u"#ff00ff"))

Completed in 1539 milliseconds