Home
last modified time | relevance | path

Searched refs:attrName (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/opengl/tests/hwc/
DhwcRects.cpp406 string attrName; in parseRect() local
408 in >> attrName; in parseRect()
417 if (attrName == "transform:") { // Transform in parseRect()
438 } else if (attrName == "blend:") { // Blend in parseRect()
453 } else if (attrName == "color:") { // Color in parseRect()
459 } else if (attrName == "alpha:") { // Alpha in parseRect()
466 } else if (attrName == "sourceDim:") { // Source Dimension in parseRect()
473 } else if (attrName == "sourceCrop:") { // Source Crop in parseRect()
481 testPrintE("Unknown attribute of \"%s\" in: %s", attrName.c_str(), in parseRect()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java646 String attrName = attribute.getFirst(); in obtainStyledAttributes() local
652 attrName); in obtainStyledAttributes()
657 value = set.getAttributeValue(BridgeConstants.NS_APP_RES_AUTO, attrName); in obtainStyledAttributes()
669 attrName, frameworkAttr); in obtainStyledAttributes()
675 attrName, frameworkAttr); in obtainStyledAttributes()
681 resValue = mRenderResources.findItemInTheme(attrName, frameworkAttr); in obtainStyledAttributes()
689 defaultPropMap.put(attrName, resValue.getValue()); in obtainStyledAttributes()
695 ta.bridgeSetValue(index, attrName, frameworkAttr, resValue); in obtainStyledAttributes()
699 ta.bridgeSetValue(index, attrName, frameworkAttr, in obtainStyledAttributes()
700 mRenderResources.resolveValue(null, attrName, value, isPlatformFile)); in obtainStyledAttributes()
/frameworks/base/media/java/android/media/
DExifInterface.java216 String attrName = attrStr.substring(ptr, equalPos); in loadAttributes() local
228 if (attrName.equals("hasThumbnail")) { in loadAttributes()
231 mAttributes.put(attrName, attrValue); in loadAttributes()
/frameworks/rs/driver/
DrsdShaderCache.cpp231 int32_t RsdShaderCache::vtxAttribSlot(const String8 &attrName) const { in vtxAttribSlot()
233 if (attrName == mCurrent->vtxAttrs[ct].name) { in vtxAttribSlot()
DrsdShaderCache.h57 int32_t vtxAttribSlot(const android::String8 &attrName) const;
/frameworks/base/tools/aapt/
DResource.cpp697 const String16& attrName) { in fullyQualifyClassName() argument
699 String16("http://schemas.android.com/apk/res/android"), attrName); in fullyQualifyClassName()