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.java386 public Integer getId(ResourceType resType, String resName) { argument
387 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.cpp423 AaptGroupEntry::initFromDirName(const char* dir, String8* resType) argument
444 *resType = type;
449 AaptGroupEntry::toDirName(const String8& resType) const
451 String8 s = resType;
681 const AaptGroupEntry& kind, const String8& resType,
741 resType, fullResPaths, overwrite);
750 sp<AaptFile> file = new AaptFile(pathName, kind, resType);
929 const String8& resType)
952 file = new AaptFile(srcDir.appendPathCopy(filePath), entry, resType);
980 const sp<AaptFile>& file, const String8& resType)
680 slurpFullTree(Bundle* bundle, const String8& srcDir, const AaptGroupEntry& kind, const String8& resType, sp<FilePathStore>& fullResPaths, const bool overwrite) argument
926 addFile( const String8& filePath, const AaptGroupEntry& entry, const String8& srcDir, sp<AaptGroup>* outGroup, const String8& resType) argument
979 addResource(const String8& leafName, const String8& path, const sp<AaptFile>& file, const String8& resType) argument
1141 slurpFullTree(Bundle* bundle, const String8& srcDir, const AaptGroupEntry& kind, const String8& resType, sp<FilePathStore>& fullResPaths, const bool overwrite) argument
1185 String8 resType; local
1270 String8 resType; local
[all...]
H A DAaptAssets.h110 bool initFromDirName(const char* dir, String8* resType);
123 String8 toDirName(const String8& resType) const;
151 const String8& resType)
153 , mResourceType(resType)
296 const String8& resType,
535 const String8& resType);
540 const String8& resType);
593 const String8& resType,
150 AaptFile(const String8& sourceFile, const AaptGroupEntry& groupEntry, const String8& resType) argument
H A DResource.cpp84 ResourceDirIterator(const sp<ResourceTypeSet>& set, const String8& resType) argument
85 : mResType(resType), mSet(set), mSetPos(0), mGroupPos(0)
291 const char* resType)
293 String8 type8(resType);
294 String16 type16(resType);
298 ResourceDirIterator it(set, String8(resType));
398 String8 resType = files.valueAt(0)->getResourceType(); local
400 ssize_t index = resources->indexOfKey(resType);
407 resources->add(resType, set);
420 NOISY(printf("Adding file %s in group %s resType
288 makeFileResources(Bundle* bundle, const sp<AaptAssets>& assets, ResourceTable* table, const sp<ResourceTypeSet>& set, const char* resType) argument
571 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.java897 public int getFrameworkResourceValue(ResourceType resType, String resName, int defValue) { argument
898 if (getRenderResources().getFrameworkResource(resType, resName) != null) {
901 return Bridge.getResourceId(resType, resName);
907 public int getProjectResourceValue(ResourceType resType, String resName, int defValue) { argument
910 if (getRenderResources().getProjectResource(resType, resName) != null) {
912 Integer value = mProjectCallback.getResourceId(resType, resName);

Completed in 112 milliseconds