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

/frameworks/native/opengl/tests/hwc/
H A DhwcRects.cpp405 string attrName; local
407 in >> attrName; local
416 if (attrName == "transform:") { // Transform
437 } else if (attrName == "blend:") { // Blend
452 } else if (attrName == "color:") { // Color
458 } else if (attrName == "alpha:") { // Alpha
465 } else if (attrName == "sourceDim:") { // Source Dimension
472 } else if (attrName == "sourceCrop:") { // Source Crop
480 testPrintE("Unknown attribute of \"%s\" in: %s", attrName.c_str(),
/frameworks/base/tools/aapt2/
H A DXmlDom.cpp390 Attribute* attrName = el->findAttribute(reqAttr->namespaceUri, reqAttr->name); local
391 if (attrName && attrName->value == reqAttr->value) {
H A DXmlFlattener.cpp264 ResourceName attrName = { package.value(), ResourceType::kAttr, attr.name }; variable
265 if (attrName.package.empty()) {
266 attrName.package = getDefaultPackage();
269 Maybe<IResolver::Entry> result = mResolver->findAttribute(attrName);
273 << "unresolved attribute '" << attrName << "'."
/frameworks/data-binding/compilerCommon/src/main/xml-gen/android/databinding/parser/
H A DXMLParser.java482 public Token attrName; field in class:XMLParser.AttributeContext
512 setState(87); _localctx.attrName = match(Name);
/frameworks/base/core/java/android/app/
H A DActivityManager.java738 public void restoreFromXml(String attrName, String attrValue) { argument
739 if (ATTR_TASKDESCRIPTIONLABEL.equals(attrName)) {
741 } else if (ATTR_TASKDESCRIPTIONCOLOR.equals(attrName)) {
743 } else if (ATTR_TASKDESCRIPTIONICONFILENAME.equals(attrName)) {
/frameworks/base/tools/aapt/
H A DResource.cpp764 const String16& attrName) {
766 String16("http://schemas.android.com/apk/res/android"), attrName);
763 fullyQualifyClassName(const String8& package, sp<XMLNode> node, const String16& attrName) argument
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 575 milliseconds