Searched defs:resourceName (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/bots/
H A DBaseBot.java48 protected void assertHasFocus(String resourceName) { argument
49 UiObject2 candidate = mDevice.findObject(By.res(resourceName));
50 assertNotNull("Expected " + resourceName + " to have focus, but it didn't.",
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DResourceExpr.java48 public ResourceExpr(String packageName, String resourceType, String resourceName, argument
57 mResourceId = resourceName;
150 final String resourceName = mPackage + "R." + getResourceObject() + "." + mResourceId;
151 if ("anim".equals(mResourceType)) return "android.view.animation.AnimationUtils.loadAnimation(" + context + ", " + resourceName + ")";
152 if ("animator".equals(mResourceType)) return "android.animation.AnimatorInflater.loadAnimator(" + context + ", " + resourceName + ")";
153 if ("bool".equals(mResourceType)) return resources + ".getBoolean(" + resourceName + ")";
154 if ("color".equals(mResourceType)) return "android.databinding.DynamicUtil.getColorFromResource(getRoot(), " + resourceName + ")";
155 if ("colorStateList".equals(mResourceType)) return "getColorStateListFromResource(" + resourceName + ")";
156 if ("dimen".equals(mResourceType)) return resources + ".getDimension(" + resourceName + ")";
157 if ("dimenOffset".equals(mResourceType)) return resources + ".getDimensionPixelOffset(" + resourceName
197 makeParameterCall(String resourceName, String methodCall) argument
[all...]
H A DExprModel.java238 public Expr resourceExpr(String packageName, String resourceType, String resourceName, argument
240 return register(new ResourceExpr(packageName, resourceType, resourceName, args));
/frameworks/support/v17/leanback/src/android/support/v17/leanback/system/
H A DSettings.java119 public boolean getBoolean(String resourceName, boolean defaultValue) { argument
120 int resId = mResources.getIdentifier(resourceName, "bool", mPackageName);
/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator.cpp437 ResourceNameRef resourceName(packageNameToGenerate, type->type, unmangledName);
439 err << "invalid symbol name '" << resourceName << "'"; local
/frameworks/base/tools/aapt/
H A DResourceTable.h39 const String16& resourceName,
46 const String16& resourceName,
54 const String16& resourceName,
84 String16 resourceName; member in struct:CompileResourceWorkItem
208 const String16& resourceName,
213 const String16& resourceName,
611 const String16& resourceName,
H A DResourceTable.cpp44 const String16& resourceName,
54 return compileXmlFile(bundle, assets, resourceName, root, target, table, options);
59 const String16& resourceName,
70 return compileXmlFile(bundle, assets, resourceName, root, outTarget, table, options);
75 const String16& resourceName,
91 if (table->processBundleFormat(bundle, resourceName, target, root) != NO_ERROR) {
114 if (table->modifyForCompat(bundle, resourceName, target, root) != NO_ERROR) {
4725 const String16& resourceName,
4801 String16(target->getResourceType()), resourceName);
4810 String8(resourceName)
42 compileXmlFile(const Bundle* bundle, const sp<AaptAssets>& assets, const String16& resourceName, const sp<AaptFile>& target, ResourceTable* table, int options) argument
57 compileXmlFile(const Bundle* bundle, const sp<AaptAssets>& assets, const String16& resourceName, const sp<AaptFile>& target, const sp<AaptFile>& outTarget, ResourceTable* table, int options) argument
73 compileXmlFile(const Bundle* bundle, const sp<AaptAssets>& assets, const String16& resourceName, const sp<XMLNode>& root, const sp<AaptFile>& target, ResourceTable* table, int options) argument
4724 modifyForCompat(const Bundle* bundle, const String16& resourceName, const sp<AaptFile>& target, const sp<XMLNode>& root) argument
4932 processBundleFormat(const Bundle* bundle, const String16& resourceName, const sp<AaptFile>& target, const sp<XMLNode>& root) argument
4943 processBundleFormatImpl(const Bundle* bundle, const String16& resourceName, const sp<AaptFile>& target, const sp<XMLNode>& parent, Vector<sp<XMLNode> >* namespaces) argument
[all...]
/frameworks/base/core/java/android/content/
H A DIntent.java797 public String resourceName; field in class:Intent.ShortcutIconResource
811 icon.resourceName = context.getResources().getResourceName(resourceId);
824 icon.resourceName = source.readString();
842 dest.writeString(resourceName);
847 return resourceName;
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/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 469 milliseconds