Home
last modified time | relevance | path

Searched refs:resType (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/tools/aapt/
DAaptAssets.cpp400 AaptGroupEntry::initFromDirName(const char* dir, String8* resType) in initFromDirName() argument
421 *resType = type; in initFromDirName()
426 AaptGroupEntry::toDirName(const String8& resType) const in toDirName()
428 String8 s = resType; in toDirName()
658 const AaptGroupEntry& kind, const String8& resType, in slurpFullTree() argument
718 resType, fullResPaths, overwrite); in slurpFullTree()
727 sp<AaptFile> file = new AaptFile(pathName, kind, resType); in slurpFullTree()
906 const String8& resType) in addFile() argument
929 file = new AaptFile(appendPathCopy(srcDir, filePath), entry, resType); in addFile()
957 const sp<AaptFile>& file, const String8& resType) in addResource() argument
[all …]
DAaptAssets.h108 bool initFromDirName(const char* dir, String8* resType);
121 String8 toDirName(const String8& resType) const;
149 const String8& resType) in AaptFile() argument
151 , mResourceType(resType) in AaptFile()
294 const String8& resType,
533 const String8& resType);
538 const String8& resType);
591 const String8& resType,
DResource.cpp88 ResourceDirIterator(const sp<ResourceTypeSet>& set, const String8& resType) in ResourceDirIterator() argument
89 : mResType(resType), mSet(set), mSetPos(0), mGroupPos(0) in ResourceDirIterator()
299 const char* resType) in makeFileResources() argument
301 String8 type8(resType); in makeFileResources()
302 String16 type16(resType); in makeFileResources()
306 ResourceDirIterator it(set, String8(resType)); in makeFileResources()
411 String8 resType = files.valueAt(0)->getResourceType(); in collect_files() local
413 ssize_t index = resources->indexOfKey(resType); in collect_files()
422 resources->add(resType, set); in collect_files()
443 resType.c_str()); in collect_files()
[all …]
/frameworks/layoutlib/bridge/bridge_client/src/com/android/ide/common/resources/deprecated/
DMultiResourceFile.java157 ResourceType resType = value.getResourceType(); in addResourceValue() local
159 ResourceValueMap list = mResourceItems.get(resType); in addResourceValue()
164 mResourceItems.put(resType, list); in addResourceValue()
/frameworks/base/tools/aapt2/tools/
Dfinalize_res.py133 for resType in resTypes:
136 (resType, '0x{0:0{1}x}'.format(nextId, 8)))
/frameworks/opt/car/setupwizard/library/main/tests/robotests/src/com/android/car/setupwizardlib/partner/
DExternalResources.java117 public void putValue(String name, int value, String defaultType, ResType resType) { in putValue() argument
120 new TypedResource<>(value, resType, null)); in putValue()
123 public void putValue(String name, TypedValue value, String defaultType, ResType resType) { in putValue() argument
126 new TypedResource<>(value, resType, null)); in putValue()
/frameworks/layoutlib/bridge/bridge_client/src/com/android/layoutlib/bridge/intensive/setup/
DLayoutlibBridgeClientCallback.java71 final ResourceType resType = ResourceType.fromClassName(resClass.getSimpleName()); in initResources() local
73 if (resType != null) { in initResources()
82 new ResourceReference(RES_AUTO, resType, field.getName()); in initResources()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java282 ResourceType resType = ResourceType.fromClassName(resTypeName); in init() local
283 if (resType != null) { in init()
285 switch (resType) { in init()
298 sRevRMap.put(resType, fullMap); in init()
310 sRMap.put(value, Pair.create(resType, f.getName())); in init()