Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DAaptAssets.cpp396 AaptGroupEntry::initFromDirName(const char* dir, String8* resType) in initFromDirName()
654 const AaptGroupEntry& kind, const String8& resType, in slurpFullTree()
902 const String8& resType) in addFile()
953 const sp<AaptFile>& file, const String8& resType) in addResource()
1116 const String8& resType, in slurpFullTree()
1158 String8 resType; in slurpResourceTree() local
1243 String8 resType; in slurpResourceZip() local
DResource.cpp89 ResourceDirIterator(const sp<ResourceTypeSet>& set, const String8& resType) in ResourceDirIterator()
300 const char* resType) in makeFileResources()
407 String8 resType = files.valueAt(0)->getResourceType(); in collect_files() local
595 const char *resType) in applyFileOverlay()
DAaptAssets.h149 const String8& resType) in AaptFile()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderAction.java415 public Integer getId(ResourceType resType, String resName) { in getId()
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
DLayoutLibTestCallback.java70 final ResourceType resType = ResourceType.getEnum(resClass.getSimpleName()); in initResources() local
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dslice.cpp172 AVCResidualType resType; in EncodeMB() local
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java263 ResourceType resType = ResourceType.getEnum(resTypeName); in init() local
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java1043 public int getFrameworkResourceValue(ResourceType resType, String resName, int defValue) { in getFrameworkResourceValue()
1053 public int getProjectResourceValue(ResourceType resType, String resName, int defValue) { in getProjectResourceValue()