Searched refs:getResourceType (Results 1 - 11 of 11) sorted by relevance

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DBridgeActionBar.java64 layoutId = context.getFrameworkResourceValue(layoutName.getResourceType(),
67 layoutId = context.getProjectResourceValue(layoutName.getResourceType(),
74 layoutName.getName(), layoutName.getResourceType());
H A DCustomBar.java263 ResourceType type = resource.getResourceType();
/frameworks/layoutlib/bridge/src/android/content/res/
H A DBridgeTypedArray.java575 if (resValue.getResourceType() != null) {
580 resValue.getResourceType(), resValue.getName(), defValue);
585 resValue.getResourceType(), resValue.getName(), defValue);
667 idValue = Bridge.getResourceId(resValue.getResourceType(),
671 resValue.getResourceType(), resValue.getName());
H A DResources_Delegate.java425 final ResourceType type = resValue.getResourceType();
/frameworks/layoutlib/bridge/src/android/util/
H A DBridgeXmlPullAttributes.java300 id = Bridge.getResourceId(resource.getResourceType(), resource.getName());
303 resource.getResourceType(), resource.getName());
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderDrawable.java75 ResourceType resourceType = drawableResource.getResourceType();
/frameworks/layoutlib/bridge/src/android/view/
H A DBridgeInflater.java436 resourceId = Bridge.getResourceId(resValue.getResourceType(),
439 resourceId = mLayoutlibCallback.getResourceId(resValue.getResourceType(),
/frameworks/base/tools/aapt/
H A DResourceTable.cpp87 target->getResourceType()));
4802 String16(target->getResourceType()), resourceName);
4814 AaptGroupEntry(newConfig), target->getResourceType());
4816 newFile->getGroupEntry().toDirName(target->getResourceType()).string(),
4823 String16(target->getResourceType()),
4861 if (target->getResourceType() == "" || config.sdkVersion >= SDK_LOLLIPOP_MR1) {
4932 String16(target->getResourceType()), resourceName);
4938 AaptGroupEntry(newConfig), target->getResourceType());
4940 newFile->getGroupEntry().toDirName(target->getResourceType()).string(),
4950 newFile->getResourceType()
[all...]
H A DAaptAssets.h179 const String8& getResourceType() const { return mResourceType; } function in class:AaptFile
H A DResource.cpp408 String8 resType = files.valueAt(0)->getResourceType();
1721 workItem.file->getResourceType());
1916 manifestFile->getResourceType());
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java406 a = getFrameworkResourceValue(value.getResourceType(), value.getName(), 0 /*defValue*/);
410 a = getProjectResourceValue(value.getResourceType(), value.getName(), 0 /*defValue*/);

Completed in 152 milliseconds