Home
last modified time | relevance | path

Searched refs:resDir (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/content/res/
DResourcesKey.java68 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()
/frameworks/base/core/java/android/app/
DResourcesManager.java937 @Nullable String resDir, in createBaseTokenResources() argument
951 resDir, in createBaseTokenResources()
1198 @Nullable String resDir, in getResources() argument
1211 resDir, in getResources()
DContextImpl.java3014 final String resDir = packageInfo.getResDir(); in createWindowContextResources() local
3025 return windowContextBase.mResourcesManager.createBaseTokenResources(token, resDir, in createWindowContextResources()
DActivityThread.java2790 Resources getTopLevelResources(String resDir, String[] splitResDirs, String[] legacyOverlayDirs, in getTopLevelResources() argument
2793 return mResourcesManager.getResources(null, resDir, splitResDirs, legacyOverlayDirs, in getTopLevelResources()
/frameworks/base/tools/aapt/
DAaptAssets.h570 sp<AaptDir> resDir(const String8& name) const;
DAaptAssets.cpp1199 sp<AaptDir> rdir = resDir(resType); in slurpResourceTree()
1607 sp<AaptDir> AaptAssets::resDir(const String8& name) const in resDir() function in AaptAssets
DResourceTable.cpp84 sp<AaptDir> resDir = assets->getDirs().valueFor(String8("res")); in compileXmlFile() local
85 sp<AaptDir> dir = resDir->getDirs().valueFor(target->getGroupEntry().toDirName( in compileXmlFile()