/frameworks/native/opengl/tests/hwc/ |
D | hwcRects.cpp | 407 string attrName; in parseRect() local 409 in >> attrName; in parseRect() 418 if (attrName == "transform:") { // Transform in parseRect() 439 } else if (attrName == "blend:") { // Blend in parseRect() 454 } else if (attrName == "color:") { // Color in parseRect() 460 } else if (attrName == "alpha:") { // Alpha in parseRect() 467 } else if (attrName == "sourceDim:") { // Source Dimension in parseRect() 474 } else if (attrName == "sourceCrop:") { // Source Crop in parseRect() 482 testPrintE("Unknown attribute of \"%s\" in: %s", attrName.c_str(), in parseRect()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | TaskRecord.java | 916 final String attrName = in.getAttributeName(attrNdx); in restoreFromXml() local 919 "TaskRecord: attribute name=" + attrName + " value=" + attrValue); in restoreFromXml() 920 if (ATTR_TASKID.equals(attrName)) { in restoreFromXml() 922 } else if (ATTR_REALACTIVITY.equals(attrName)) { in restoreFromXml() 924 } else if (ATTR_ORIGACTIVITY.equals(attrName)) { in restoreFromXml() 926 } else if (ATTR_AFFINITY.equals(attrName)) { in restoreFromXml() 928 } else if (ATTR_ROOT_AFFINITY.equals(attrName)) { in restoreFromXml() 931 } else if (ATTR_ROOTHASRESET.equals(attrName)) { in restoreFromXml() 933 } else if (ATTR_AUTOREMOVERECENTS.equals(attrName)) { in restoreFromXml() 935 } else if (ATTR_ASKEDCOMPATMODE.equals(attrName)) { in restoreFromXml() [all …]
|
D | ActivityRecord.java | 1160 final String attrName = in.getAttributeName(attrNdx); in restoreFromXml() local 1163 "ActivityRecord: attribute name=" + attrName + " value=" + attrValue); in restoreFromXml() 1164 if (ATTR_ID.equals(attrName)) { in restoreFromXml() 1166 } else if (ATTR_LAUNCHEDFROMUID.equals(attrName)) { in restoreFromXml() 1168 } else if (ATTR_LAUNCHEDFROMPACKAGE.equals(attrName)) { in restoreFromXml() 1170 } else if (ATTR_RESOLVEDTYPE.equals(attrName)) { in restoreFromXml() 1172 } else if (ATTR_COMPONENTSPECIFIED.equals(attrName)) { in restoreFromXml() 1174 } else if (ATTR_USERID.equals(attrName)) { in restoreFromXml() 1176 } else if (attrName.startsWith(TaskDescription.ATTR_TASKDESCRIPTION_PREFIX)) { in restoreFromXml() 1177 taskDescription.restoreFromXml(attrName, attrValue); in restoreFromXml() [all …]
|
D | TaskPersister.java | 1130 final String attrName = in.getAttributeName(j); in createFromFile() local 1132 if (TaskRecord.ATTR_REALACTIVITY.equals(attrName)) { in createFromFile() 1134 } else if (TaskRecord.ATTR_TASKID.equals(attrName)) { in createFromFile() 1136 } else if (TaskRecord.ATTR_TASK_AFFILIATION.equals(attrName)) { in createFromFile()
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeContext.java | 700 String attrName = attribute.getFirst(); in obtainStyledAttributes() local 706 attrName); in obtainStyledAttributes() 711 value = set.getAttributeValue(BridgeConstants.NS_APP_RES_AUTO, attrName); in obtainStyledAttributes() 723 attrName, frameworkAttr); in obtainStyledAttributes() 729 attrName, frameworkAttr); in obtainStyledAttributes() 735 resValue = mRenderResources.findItemInTheme(attrName, frameworkAttr); in obtainStyledAttributes() 743 defaultPropMap.put(attrName, resValue.getValue()); in obtainStyledAttributes() 749 ta.bridgeSetValue(index, attrName, frameworkAttr, resValue); in obtainStyledAttributes() 753 ta.bridgeSetValue(index, attrName, frameworkAttr, in obtainStyledAttributes() 754 mRenderResources.resolveValue(null, attrName, value, isPlatformFile)); in obtainStyledAttributes()
|
/frameworks/base/media/java/android/media/ |
D | ExifInterface.java | 219 String attrName = attrStr.substring(ptr, equalPos); in loadAttributes() local 231 if (attrName.equals("hasThumbnail")) { in loadAttributes() 234 mAttributes.put(attrName, attrValue); in loadAttributes()
|
/frameworks/base/core/java/android/animation/ |
D | AnimatorInflater.java | 222 int attrName = attributeSet.getAttributeNameResource(i); in createStateListAnimatorFromXml() local 223 if (attrName == R.attr.animation) { in createStateListAnimatorFromXml() 229 attrName : -attrName; in createStateListAnimatorFromXml()
|
/frameworks/rs/driver/ |
D | rsdShaderCache.cpp | 231 int32_t RsdShaderCache::vtxAttribSlot(const String8 &attrName) const { in vtxAttribSlot() 233 if (attrName == mCurrent->vtxAttrs[ct].name) { in vtxAttribSlot()
|
D | rsdShaderCache.h | 61 int32_t vtxAttribSlot(const android::String8 &attrName) const;
|
/frameworks/base/core/java/android/app/ |
D | ActivityManager.java | 695 public void restoreFromXml(String attrName, String attrValue) { in restoreFromXml() argument 696 if (ATTR_TASKDESCRIPTIONLABEL.equals(attrName)) { in restoreFromXml() 698 } else if (ATTR_TASKDESCRIPTIONCOLOR.equals(attrName)) { in restoreFromXml() 700 } else if (ATTR_TASKDESCRIPTIONICONFILENAME.equals(attrName)) { in restoreFromXml()
|
/frameworks/base/core/java/android/content/ |
D | Intent.java | 7644 final String attrName = in.getAttributeName(attrNdx); in restoreFromXml() local 7646 if (ATTR_ACTION.equals(attrName)) { in restoreFromXml() 7648 } else if (ATTR_DATA.equals(attrName)) { in restoreFromXml() 7650 } else if (ATTR_TYPE.equals(attrName)) { in restoreFromXml() 7652 } else if (ATTR_COMPONENT.equals(attrName)) { in restoreFromXml() 7654 } else if (ATTR_FLAGS.equals(attrName)) { in restoreFromXml() 7657 Log.e("Intent", "restoreFromXml: unknown attribute=" + attrName); in restoreFromXml()
|
/frameworks/base/tools/aapt/ |
D | Resource.cpp | 741 const String16& attrName) { in fullyQualifyClassName() argument 743 String16("http://schemas.android.com/apk/res/android"), attrName); in fullyQualifyClassName()
|