Searched defs:resType (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderAction.java359 public Integer getId(ResourceType resType, String resName) { argument
360 return Bridge.getResourceId(resType, resName);
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dslice.cpp172 AVCResidualType resType; local
436 resType = AVC_Luma;
447 resType = AVC_Intra16AC;
458 status = enc_residual_block(encvid, resType, (b8 << 2) + b4, currMB);
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp369 AaptGroupEntry::initFromDirName(const char* dir, String8* resType) argument
401 *resType = part;
753 AaptGroupEntry::toDirName(const String8& resType) const
755 String8 s = resType;
1748 const AaptGroupEntry& kind, const String8& resType,
1808 resType, fullResPaths);
1817 sp<AaptFile> file = new AaptFile(pathName, kind, resType);
1996 const String8& resType)
2019 file = new AaptFile(srcDir.appendPathCopy(filePath), entry, resType);
2047 const sp<AaptFile>& file, const String8& resType)
1747 slurpFullTree(Bundle* bundle, const String8& srcDir, const AaptGroupEntry& kind, const String8& resType, sp<FilePathStore>& fullResPaths) argument
1993 addFile( const String8& filePath, const AaptGroupEntry& entry, const String8& srcDir, sp<AaptGroup>* outGroup, const String8& resType) argument
2046 addResource(const String8& leafName, const String8& path, const sp<AaptFile>& file, const String8& resType) argument
2204 slurpFullTree(Bundle* bundle, const String8& srcDir, const AaptGroupEntry& kind, const String8& resType, sp<FilePathStore>& fullResPaths) argument
2247 String8 resType; local
2332 String8 resType; local
[all...]
H A DAaptAssets.h72 bool initFromDirName(const char* dir, String8* resType);
114 String8 toDirName(const String8& resType) const;
165 const String8& resType)
167 , mResourceType(resType)
308 const String8& resType,
546 const String8& resType);
551 const String8& resType);
603 const String8& resType,
164 AaptFile(const String8& sourceFile, const AaptGroupEntry& groupEntry, const String8& resType) argument
H A DResource.cpp80 ResourceDirIterator(const sp<ResourceTypeSet>& set, const String8& resType) argument
81 : mResType(resType), mSet(set), mSetPos(0), mGroupPos(0)
269 const char* resType)
271 String8 type8(resType);
272 String16 type16(resType);
276 ResourceDirIterator it(set, String8(resType));
393 String8 resType = files.valueAt(0)->getResourceType(); local
395 ssize_t index = resources->indexOfKey(resType);
402 resources->add(resType, set);
415 NOISY(printf("Adding file %s in group %s resType
266 makeFileResources(Bundle* bundle, const sp<AaptAssets>& assets, ResourceTable* table, const sp<ResourceTypeSet>& set, const char* resType) argument
566 applyFileOverlay(Bundle *bundle, const sp<AaptAssets>& assets, sp<ResourceTypeSet> *baseSet, const char *resType) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java838 public int getFrameworkResourceValue(ResourceType resType, String resName, int defValue) { argument
839 Integer value = Bridge.getResourceId(resType, resName);
847 public int getProjectResourceValue(ResourceType resType, String resName, int defValue) { argument
849 Integer value = mProjectCallback.getResourceId(resType, resName);

Completed in 125 milliseconds