Searched defs:resDir (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/content/res/
H A DResourcesKey.java31 public ResourcesKey(String resDir, int displayId, Configuration overrideConfiguration, argument
33 mResDir = resDir;
/frameworks/base/core/java/android/app/
H A DResourcesManager.java146 * @param resDir the resource directory.
152 public Resources getTopLevelResources(String resDir, String[] splitResDirs, argument
156 ResourcesKey key = new ResourcesKey(resDir, displayId, overrideConfiguration, scale, token);
161 Slog.w(TAG, "getTopLevelResources: " + resDir + " / " + scale);
165 //if (r != null) Slog.i(TAG, "isUpToDate " + resDir + ": " + r.getAssets().isUpToDate());
168 Slog.w(TAG, "Returning cached resources " + r + " " + resDir
177 // + r + " " + resDir);
181 // resDir can be null if the 'android' package is creating a new Resources object.
184 if (resDir != null) {
185 if (assets.addAssetPath(resDir)
[all...]
H A DActivityThread.java1647 Resources getTopLevelResources(String resDir, String[] splitResDirs, String[] overlayDirs, argument
1650 return mResourcesManager.getTopLevelResources(resDir, splitResDirs, overlayDirs, libDirs,
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp1222 sp<AaptDir> rdir = resDir(resType);
1630 sp<AaptDir> AaptAssets::resDir(const String8& name) const function in class:AaptAssets

Completed in 592 milliseconds