Searched refs:resDir (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/core/java/android/content/res/ |
H A D | ResourcesKey.java | 68 public ResourcesKey(@Nullable String resDir, in ResourcesKey() argument 76 mResDir = resDir; in ResourcesKey() 99 public ResourcesKey(@Nullable String resDir, in ResourcesKey() argument 106 this(resDir, splitResDirs, overlayPaths, libDirs, displayId, overrideConfig, compatInfo, in ResourcesKey()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ResourcesManager.java | 839 @Nullable String resDir, in createBaseTokenResources() argument 853 resDir, in createBaseTokenResources() 1100 @Nullable String resDir, in getResources() argument 1113 resDir, in getResources()
|
H A D | ContextImpl.java | 2949 final String resDir = packageInfo.getResDir(); in createWindowContextResources() local 2960 return windowContextBase.mResourcesManager.createBaseTokenResources(token, resDir, in createWindowContextResources()
|
H A D | ActivityThread.java | 2619 Resources getTopLevelResources(String resDir, String[] splitResDirs, String[] legacyOverlayDirs, in getTopLevelResources() argument 2622 return mResourcesManager.getResources(null, resDir, splitResDirs, legacyOverlayDirs, in getTopLevelResources()
|
/aosp14/frameworks/base/tools/aapt/ |
H A D | AaptAssets.h | 570 sp<AaptDir> resDir(const String8& name) const;
|
H A D | AaptAssets.cpp | 1197 sp<AaptDir> rdir = resDir(resType); in slurpResourceTree() 1605 sp<AaptDir> AaptAssets::resDir(const String8& name) const in resDir() function in AaptAssets
|
H A D | ResourceTable.cpp | 82 sp<AaptDir> resDir = assets->getDirs().valueFor(String8("res")); in compileXmlFile() local 83 sp<AaptDir> dir = resDir->getDirs().valueFor(target->getGroupEntry().toDirName( in compileXmlFile()
|