Home | History | Annotate | Download | only in resources

Lines Matching refs:resType

229                 // there was a resType in the reference. If it's attr, we ignore it
362 * @param resType the type of the resource
367 private ResourceValue findResValue(ResourceType resType, String resName,
374 typeMap = mProjectResources.get(resType);
382 typeMap = mFrameworkResources.get(resType);
391 if (mFrameworkProvider != null && resType == ResourceType.ID) {
392 if (mFrameworkProvider.getId(resType, resName) != null) {
393 return new ResourceValue(resType, resName, true);
401 (frameworkOnly ? "android:" : "") + resType + "/" + resName,
402 new ResourceValue(resType, resName, frameworkOnly));