Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DBridgeActionBar.java61 layoutId = context.getFrameworkResourceValue(layoutName.getResourceType(), in BridgeActionBar()
64 layoutId = context.getProjectResourceValue(layoutName.getResourceType(), in BridgeActionBar()
71 layoutName.getName(), layoutName.getResourceType())); in BridgeActionBar()
DCustomBar.java263 ResourceType type = resource.getResourceType(); in getColor()
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DBridgeTypedArray.java569 if (resValue.getResourceType() != null) { in getResourceId()
574 resValue.getResourceType(), resValue.getName(), defValue); in getResourceId()
579 resValue.getResourceType(), resValue.getName(), defValue); in getResourceId()
639 idValue = Bridge.getResourceId(resValue.getResourceType(), in getResourceId()
643 resValue.getResourceType(), resValue.getName()); in getResourceId()
DResources_Delegate.java354 final ResourceType type = resValue.getResourceType(); in getArrayResourceValue()
/frameworks/base/tools/layoutlib/bridge/src/android/util/
DBridgeXmlPullAttributes.java274 id = Bridge.getResourceId(resource.getResourceType(), resource.getName()); in resolveResourceValue()
277 resource.getResourceType(), resource.getName()); in resolveResourceValue()
/frameworks/base/tools/layoutlib/bridge/src/android/view/
DBridgeInflater.java285 resourceId = Bridge.getResourceId(resValue.getResourceType(), in setupViewInContext()
288 resourceId = mLayoutlibCallback.getResourceId(resValue.getResourceType(), in setupViewInContext()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderDrawable.java75 ResourceType resourceType = drawableResource.getResourceType(); in render()
/frameworks/base/tools/aapt/
DResourceTable.cpp4739 if (target->getResourceType() == "" || config.sdkVersion >= SDK_LOLLIPOP_MR1) { in modifyForCompat()
4801 String16(target->getResourceType()), resourceName); in modifyForCompat()
4807 AaptGroupEntry(newConfig), target->getResourceType()); in modifyForCompat()
4809 newFile->getGroupEntry().toDirName(target->getResourceType()).string(), in modifyForCompat()
4819 newFile->getResourceType().string(), in modifyForCompat()
4826 String16(target->getResourceType()), in modifyForCompat()
5027 target->getGroupEntry().toDirName(target->getResourceType()) in processBundleFormatImpl()
5033 String16(target->getResourceType()), in processBundleFormatImpl()
5056 mAssets->getPackage().string(), target->getResourceType().string(), in processBundleFormatImpl()
5062 mAssets->getPackage().string(), target->getResourceType().string(), in processBundleFormatImpl()
[all …]
DAaptAssets.h179 const String8& getResourceType() const { return mResourceType; } in getResourceType() function
DResource.cpp407 String8 resType = files.valueAt(0)->getResourceType(); in collect_files()
1559 workItem.file->getResourceType()); in buildResources()
1752 manifestFile->getResourceType()); in buildResources()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java362 a = getFrameworkResourceValue(value.getResourceType(), value.getName(), 0 /*defValue*/); in resolveThemeAttribute()
366 a = getProjectResourceValue(value.getResourceType(), value.getName(), 0 /*defValue*/); in resolveThemeAttribute()