Home
last modified time | relevance | path

Searched refs:resourceName (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/tools/aapt/
DResourceTable.h40 const String16& resourceName,
47 const String16& resourceName,
55 const String16& resourceName,
85 String16 resourceName; member
198 const String16& resourceName,
DResourceTable.cpp27 const String16& resourceName, in compileXmlFile() argument
37 return compileXmlFile(bundle, assets, resourceName, root, target, table, options); in compileXmlFile()
42 const String16& resourceName, in compileXmlFile() argument
53 return compileXmlFile(bundle, assets, resourceName, root, outTarget, table, options); in compileXmlFile()
58 const String16& resourceName, in compileXmlFile() argument
92 if (table->modifyForCompat(bundle, resourceName, target, root) != NO_ERROR) { in compileXmlFile()
4584 const String16& resourceName, in modifyForCompat() argument
4654 String16(target->getResourceType()), resourceName); in modifyForCompat()
4671 String8(resourceName).string(), in modifyForCompat()
4678 resourceName, in modifyForCompat()
[all …]
DImages.cpp1494 String16 resourceName(parseResourceName(file->getSourceFile().getPathLeaf())); in postProcessImage() local
1495 return compileXmlFile(bundle, assets, resourceName, file, table); in postProcessImage()
DResource.cpp1509 … err = compileXmlFile(bundle, assets, workItem.resourceName, workItem.file, &table, xmlFlags); in buildResources()
/frameworks/base/core/java/android/content/
DIntent.java758 public String resourceName; field in Intent.ShortcutIconResource
772 icon.resourceName = context.getResources().getResourceName(resourceId); in fromContext()
785 icon.resourceName = source.readString();
803 dest.writeString(resourceName); in writeToParcel()
808 return resourceName; in toString()
/frameworks/base/core/java/android/view/
DView.java4233 String resourceName = attributeMap.get(resourceId); in saveAttributeData() local
4234 if (resourceName == null) { in saveAttributeData()
4235 resourceName = a.getResources().getResourceName(resourceId); in saveAttributeData()
4236 attributeMap.put(resourceId, resourceName); in saveAttributeData()
4239 mAttributes[i] = resourceName; in saveAttributeData()
/frameworks/base/api/
Dsystem-current.txt8092 field public java.lang.String resourceName;
Dcurrent.txt7846 field public java.lang.String resourceName;