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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DBridgeActionBar.java60 layoutId = context.getFrameworkResourceValue(layoutName.getResourceType(),
63 layoutId = context.getProjectResourceValue(layoutName.getResourceType(),
70 layoutName.getName(), layoutName.getResourceType()));
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DBridgeXmlPullAttributes.java274 id = Bridge.getResourceId(resource.getResourceType(), resource.getName());
277 resource.getResourceType(), resource.getName());
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeTypedArray.java574 if (resValue.getResourceType() != null) {
579 resValue.getResourceType(), resValue.getName(), defValue);
584 resValue.getResourceType(), resValue.getName(), defValue);
644 idValue = Bridge.getResourceId(resValue.getResourceType(),
648 resValue.getResourceType(), resValue.getName());
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderDrawable.java70 drawableResource.getResourceType() != ResourceType.DRAWABLE) {
/frameworks/base/tools/aapt/
H A DAaptAssets.h181 const String8& getResourceType() const { return mResourceType; } function in class:AaptFile
H A DResourceTable.cpp4595 if (target->getResourceType() == "" || config.sdkVersion >= SDK_LOLLIPOP_MR1) {
4654 String16(target->getResourceType()), resourceName);
4658 AaptGroupEntry(newConfig), target->getResourceType());
4660 newFile->getGroupEntry().toDirName(target->getResourceType()).string(),
4670 newFile->getResourceType().string(),
4677 String16(target->getResourceType()),
H A DResource.cpp398 String8 resType = files.valueAt(0)->getResourceType();
1514 workItem.file->getResourceType());
1707 manifestFile->getResourceType());
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java309 a = getFrameworkResourceValue(value.getResourceType(), value.getName(), 0 /*defValue*/);
313 a = getProjectResourceValue(value.getResourceType(), value.getName(), 0 /*defValue*/);

Completed in 280 milliseconds