/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/ |
D | ResourceExpr.java | 53 String resourceName, List<Expr> args) { in ResourceExpr() argument 62 mResourceId = resourceName; in ResourceExpr() 173 final String resourceName = mPackage + "R." + getResourceObject() + "." + mResourceId; in toJava() local 174 …eturn "android.view.animation.AnimationUtils.loadAnimation(" + context + ", " + resourceName + ")"; in toJava() 175 …)) return "android.animation.AnimatorInflater.loadAnimator(" + context + ", " + resourceName + ")"; in toJava() 176 if ("bool".equals(mResourceType)) return resources + ".getBoolean(" + resourceName + ")"; in toJava() 177 …urn "android.databinding.DynamicUtil.getColorFromResource(" + viewName + ", " + resourceName + ")"; in toJava() 178 …oid.databinding.DynamicUtil.getColorStateListFromResource(" + viewName + ", " + resourceName + ")"; in toJava() 179 if ("dimen".equals(mResourceType)) return resources + ".getDimension(" + resourceName + ")"; in toJava() 180 …Offset".equals(mResourceType)) return resources + ".getDimensionPixelOffset(" + resourceName + ")"; in toJava() [all …]
|
D | ExprModel.java | 277 String resourceName, List<Expr> args) { 278 return register(new ResourceExpr(target, packageName, resourceType, resourceName, args));
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.h | 39 const String16& resourceName, 46 const String16& resourceName, 54 const String16& resourceName, 84 String16 resourceName; member 206 bool versionForCompat(const Bundle* bundle, const String16& resourceName, 211 const String16& resourceName, 216 const String16& resourceName, 619 const String16& resourceName,
|
D | ResourceTable.cpp | 44 const String16& resourceName, in compileXmlFile() argument 54 return compileXmlFile(bundle, assets, resourceName, root, target, table, options); in compileXmlFile() 59 const String16& resourceName, in compileXmlFile() argument 70 return compileXmlFile(bundle, assets, resourceName, root, outTarget, table, options); in compileXmlFile() 75 const String16& resourceName, in compileXmlFile() argument 81 if (table->versionForCompat(bundle, resourceName, target, root)) { in compileXmlFile() 102 if (table->processBundleFormat(bundle, resourceName, target, root) != NO_ERROR) { in compileXmlFile() 125 if (table->modifyForCompat(bundle, resourceName, target, root) != NO_ERROR) { in compileXmlFile() 4772 bool ResourceTable::versionForCompat(const Bundle* bundle, const String16& resourceName, in versionForCompat() argument 4802 String16(target->getResourceType()), resourceName); in versionForCompat() [all …]
|
D | Images.cpp | 1592 String16 resourceName(parseResourceName(file->getSourceFile().getPathLeaf())); in postProcessImage() local 1593 return compileXmlFile(bundle, assets, resourceName, file, table); in postProcessImage()
|
D | Resource.cpp | 1684 err = compileXmlFile(bundle, assets, workItem.resourceName, workItem.xmlRoot, in buildResources()
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/system/ |
D | Settings.java | 148 public boolean getBoolean(String resourceName, boolean defaultValue) { in getBoolean() argument 149 int resId = mResources.getIdentifier(resourceName, "bool", mPackageName); in getBoolean()
|
/frameworks/base/core/java/android/content/pm/ |
D | ShortcutInfo.java | 540 public static int lookUpResourceId(@NonNull Resources res, @Nullable String resourceName, in lookUpResourceId() argument 542 if (resourceName == null) { in lookUpResourceId() 548 return Integer.parseInt(resourceName); in lookUpResourceId() 552 return res.getIdentifier(resourceName, resourceType, packageName); in lookUpResourceId() 554 Log.e(TAG, "Resource ID for name=" + resourceName + " not found in package " in lookUpResourceId()
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/ |
D | ExpressionVisitor.java | 405 final String resourceName = resourceReference.substring(slashIndex + 1).trim(); in visitResources() 406 return mModel.resourceExpr(mTarget, packageName, resourceType, resourceName, args); in visitResources()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiNetworkSelectorTest.java | 154 private int setupIntegerResource(int resourceName, int value) { in setupIntegerResource() argument 155 doReturn(value).when(mResource).getInteger(resourceName); in setupIntegerResource()
|
/frameworks/base/core/java/android/content/ |
D | Intent.java | 830 public String resourceName; field in Intent.ShortcutIconResource 844 icon.resourceName = context.getResources().getResourceName(resourceId); in fromContext() 857 icon.resourceName = source.readString(); 875 dest.writeString(resourceName); in writeToParcel() 880 return resourceName; in toString()
|
/frameworks/base/core/java/android/view/ |
D | View.java | 5461 String resourceName = attributeMap.get(resourceId); 5462 if (resourceName == null) { 5464 resourceName = res.getResourceName(resourceId); 5466 resourceName = "0x" + Integer.toHexString(resourceId); 5468 attributeMap.put(resourceId, resourceName); 5471 attributes[i] = resourceName;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 7844 field public java.lang.String resourceName;
|
/frameworks/base/api/ |
D | current.txt | 9617 field public java.lang.String resourceName;
|
D | test-current.txt | 9652 field public java.lang.String resourceName;
|
D | system-current.txt | 10166 field public java.lang.String resourceName;
|