Searched defs:resType (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/tools/aapt/ |
D | AaptAssets.cpp | 400 AaptGroupEntry::initFromDirName(const char* dir, String8* resType) in initFromDirName() 658 const AaptGroupEntry& kind, const String8& resType, in slurpFullTree() 906 const String8& resType) in addFile() 957 const sp<AaptFile>& file, const String8& resType) in addResource() 1120 const String8& resType, in slurpFullTree() 1162 String8 resType; in slurpResourceTree() local 1247 String8 resType; in slurpResourceZip() local
|
D | Resource.cpp | 85 ResourceDirIterator(const sp<ResourceTypeSet>& set, const String8& resType) in ResourceDirIterator() 296 const char* resType) in makeFileResources() 408 String8 resType = files.valueAt(0)->getResourceType(); in collect_files() local 596 const char *resType) in applyFileOverlay()
|
D | AaptAssets.h | 149 const String8& resType) in AaptFile()
|
/frameworks/layoutlib/bridge/tests/src/com/android/ide/common/resources/deprecated/ |
D | MultiResourceFile.java | 157 ResourceType resType = value.getResourceType(); in addResourceValue() local
|
/frameworks/opt/car/setupwizard/library/main/tests/robotests/src/com/android/car/setupwizardlib/partner/ |
D | ExternalResources.java | 117 public void putValue(String name, int value, String defaultType, ResType resType) { in putValue() 123 public void putValue(String name, TypedValue value, String defaultType, ResType resType) { in putValue()
|
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/ |
D | LayoutLibTestCallback.java | 75 final ResourceType resType = ResourceType.fromClassName(resClass.getSimpleName()); in initResources() local
|
/frameworks/av/services/mediaresourcemanager/test/ |
D | ResourceManagerServiceTestUtils.h | 199 const auto resType = std::tuple(res.type, res.subType, res.id); in isEqualResources() local
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/ |
D | Bridge.java | 209 ResourceType resType = ResourceType.fromClassName(resTypeName); in init() local
|
/frameworks/av/services/mediaresourcemanager/ |
D | ResourceManagerService.cpp | 439 const auto resType = std::tuple(res.type, res.subType, res.id); in addResource() local 507 const auto resType = std::tuple(res.type, res.subType, res.id); in removeResource() local
|