Searched defs:attrName (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/tests/hwc/
H A DhwcRects.cpp406 string attrName; local
408 in >> attrName; local
417 if (attrName == "transform:") { // Transform
438 } else if (attrName == "blend:") { // Blend
453 } else if (attrName == "color:") { // Color
459 } else if (attrName == "alpha:") { // Alpha
466 } else if (attrName == "sourceDim:") { // Source Dimension
473 } else if (attrName == "sourceCrop:") { // Source Crop
481 testPrintE("Unknown attribute of \"%s\" in: %s", attrName.c_str(),
/frameworks/base/tools/aapt/
H A DResource.cpp697 const String16& attrName) {
699 String16("http://schemas.android.com/apk/res/android"), attrName);
696 fullyQualifyClassName(const String8& package, sp<XMLNode> node, const String16& attrName) argument

Completed in 262 milliseconds