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

/frameworks/native/opengl/tests/hwc/
H A DhwcRects.cpp407 string attrName; local
409 in >> attrName; local
418 if (attrName == "transform:") { // Transform
439 } else if (attrName == "blend:") { // Blend
454 } else if (attrName == "color:") { // Color
460 } else if (attrName == "alpha:") { // Alpha
467 } else if (attrName == "sourceDim:") { // Source Dimension
474 } else if (attrName == "sourceCrop:") { // Source Crop
482 testPrintE("Unknown attribute of \"%s\" in: %s", attrName.c_str(),
/frameworks/base/core/java/android/app/
H A DActivityManager.java695 public void restoreFromXml(String attrName, String attrValue) { argument
696 if (ATTR_TASKDESCRIPTIONLABEL.equals(attrName)) {
698 } else if (ATTR_TASKDESCRIPTIONCOLOR.equals(attrName)) {
700 } else if (ATTR_TASKDESCRIPTIONICONFILENAME.equals(attrName)) {
/frameworks/base/tools/aapt/
H A DResource.cpp741 const String16& attrName) {
743 String16("http://schemas.android.com/apk/res/android"), attrName);
740 fullyQualifyClassName(const String8& package, sp<XMLNode> node, const String16& attrName) argument

Completed in 2947 milliseconds