Searched refs:resDir (Results 1 - 7 of 7) 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.
150 public Resources getTopLevelResources(String resDir, int displayId, argument
153 ResourcesKey key = new ResourcesKey(resDir, displayId, overrideConfiguration, scale,
159 Slog.w(TAG, "getTopLevelResources: " + resDir + " / " + scale);
163 //if (r != null) Slog.i(TAG, "isUpToDate " + resDir + ": " + r.getAssets().isUpToDate());
166 Slog.w(TAG, "Returning cached resources " + r + " " + resDir
175 // + r + " " + resDir);
179 if (assets.addAssetPath(resDir) == 0) {
201 Slog.i(TAG, "Created app resources " + resDir + " " + r + ": "
H A DActivityThread.java1732 Resources getTopLevelResources(String resDir, argument
1735 return mResourcesManager.getTopLevelResources(resDir, displayId, overrideConfiguration,
/frameworks/base/services/java/com/android/server/am/
H A DServiceRecord.java73 final String resDir; // where public activity source (public resources etc) located field in class:ServiceRecord
218 if (!resDir.equals(baseDir)) {
219 pw.print(prefix); pw.print("resDir="); pw.println(resDir);
314 resDir = sInfo.applicationInfo.publicSourceDir;
H A DActivityRecord.java87 final String resDir; // where public activity source (public resources etc) located field in class:ActivityRecord
162 if (!resDir.equals(baseDir)) {
163 pw.print(prefix); pw.print("resDir="); pw.println(resDir);
400 resDir = aInfo.applicationInfo.publicSourceDir;
470 resDir = null;
/frameworks/base/tools/aapt/
H A DAaptAssets.h582 sp<AaptDir> resDir(const String8& name) const;
H A DAaptAssets.cpp2292 sp<AaptDir> rdir = resDir(resType);
2652 sp<AaptDir> AaptAssets::resDir(const String8& name) const function in class:AaptAssets

Completed in 174 milliseconds