Searched refs:getResourceType (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/ |
D | BridgeActionBar.java | 61 layoutId = context.getFrameworkResourceValue(layoutName.getResourceType(), in BridgeActionBar() 64 layoutId = context.getProjectResourceValue(layoutName.getResourceType(), in BridgeActionBar() 71 layoutName.getName(), layoutName.getResourceType())); in BridgeActionBar()
|
D | CustomBar.java | 263 ResourceType type = resource.getResourceType(); in getColor()
|
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/ |
D | BridgeTypedArray.java | 569 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()
|
D | Resources_Delegate.java | 354 final ResourceType type = resValue.getResourceType(); in getArrayResourceValue()
|
/frameworks/base/tools/layoutlib/bridge/src/android/util/ |
D | BridgeXmlPullAttributes.java | 274 id = Bridge.getResourceId(resource.getResourceType(), resource.getName()); in resolveResourceValue() 277 resource.getResourceType(), resource.getName()); in resolveResourceValue()
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
D | BridgeInflater.java | 285 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/ |
D | RenderDrawable.java | 75 ResourceType resourceType = drawableResource.getResourceType(); in render()
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 4739 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 …]
|
D | AaptAssets.h | 179 const String8& getResourceType() const { return mResourceType; } in getResourceType() function
|
D | Resource.cpp | 407 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/ |
D | BridgeContext.java | 362 a = getFrameworkResourceValue(value.getResourceType(), value.getName(), 0 /*defValue*/); in resolveThemeAttribute() 366 a = getProjectResourceValue(value.getResourceType(), value.getName(), 0 /*defValue*/); in resolveThemeAttribute()
|