Searched refs:resourceType (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/libs/hwui/
H A DResourceCache.h46 refCount = 0; destroyed = false; resourceType = type;
51 ResourceType resourceType; member in class:android::uirenderer::ResourceReference
82 void incrementRefcount(void* resource, ResourceType resourceType);
83 void incrementRefcountLocked(void* resource, ResourceType resourceType);
H A DResourceCache.cpp38 i, ref->refCount, ref->destroyed, ref->resourceType);
60 void ResourceCache::incrementRefcount(void* resource, ResourceType resourceType) { argument
62 incrementRefcountLocked(resource, resourceType);
69 void ResourceCache::incrementRefcountLocked(void* resource, ResourceType resourceType) { argument
73 ref = new ResourceReference(resourceType);
136 switch (ref->resourceType) {
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderDrawable.java75 ResourceType resourceType = drawableResource.getResourceType();
76 if (resourceType != ResourceType.DRAWABLE && resourceType != ResourceType.MIPMAP) {
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DResourceExpr.java48 public ResourceExpr(String packageName, String resourceType, String resourceName, argument
56 mResourceType = resourceType;
H A DExprModel.java238 public Expr resourceExpr(String packageName, String resourceType, String resourceName, argument
240 return register(new ResourceExpr(packageName, resourceType, resourceName, args));
/frameworks/base/tools/aapt2/
H A DResourceParser.cpp342 std::u16string resourceType = parser->getElementName(); local
347 if (resourceType == u"item") {
350 resourceType = maybeType.value().toString();
373 if (resourceType == u"id") {
386 const auto itemIter = elToItemMap.find(resourceType);
411 const auto bagIter = elToBagMap.find(resourceType);
414 if (resourceType != u"public-group") {
434 const ResourceType* parsedType = parseResourceType(resourceType);
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
H A DExpressionVisitor.java314 final String resourceType = resourceReference.substring(startIndex, slashIndex).trim();
316 return mModel.resourceExpr(packageName, resourceType, resourceName, args);
/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/pip/
H A DPipManager.java182 int resourceType = intent.getIntExtra(Intent.EXTRA_MEDIA_RESOURCE_TYPE,
185 && resourceType == Intent.EXTRA_MEDIA_RESOURCE_TYPE_VIDEO_CODEC) {
/frameworks/base/core/java/android/content/pm/
H A DShortcutInfo.java523 @Nullable String resourceType, String packageName) {
534 return res.getIdentifier(resourceName, resourceType, packageName);
522 lookUpResourceId(@onNull Resources res, @Nullable String resourceName, @Nullable String resourceType, String packageName) argument
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp1236 MediaResource::Type resourceType; local
1239 resourceType = MediaResource::kSecureCodec;
1242 resourceType = MediaResource::kNonSecureCodec;
1247 addResource(resourceType, MediaResource::kVideoCodec, 1);
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/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 327 milliseconds