Searched refs:resDir (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | ResourcesManager.java | 152 public Resources getTopLevelResources(String resDir, String[] splitResDirs, in getTopLevelResources() argument 156 ResourcesKey key = new ResourcesKey(resDir, displayId, overrideConfiguration, scale, token); in getTopLevelResources() 161 Slog.w(TAG, "getTopLevelResources: " + resDir + " / " + scale); in getTopLevelResources() 168 Slog.w(TAG, "Returning cached resources " + r + " " + resDir in getTopLevelResources() 184 if (resDir != null) { in getTopLevelResources() 185 if (assets.addAssetPath(resDir) == 0) { in getTopLevelResources() 231 Slog.i(TAG, "Created app resources " + resDir + " " + r + ": " in getTopLevelResources()
|
D | ActivityThread.java | 1647 Resources getTopLevelResources(String resDir, String[] splitResDirs, String[] overlayDirs, in getTopLevelResources() argument 1650 return mResourcesManager.getTopLevelResources(resDir, splitResDirs, overlayDirs, libDirs, in getTopLevelResources()
|
/frameworks/base/core/java/android/content/res/ |
D | ResourcesKey.java | 31 public ResourcesKey(String resDir, int displayId, Configuration overrideConfiguration, in ResourcesKey() argument 33 mResDir = resDir; in ResourcesKey()
|
/frameworks/base/tools/aapt/ |
D | AaptAssets.h | 572 sp<AaptDir> resDir(const String8& name) const;
|
D | AaptAssets.cpp | 1222 sp<AaptDir> rdir = resDir(resType); in slurpResourceTree() 1630 sp<AaptDir> AaptAssets::resDir(const String8& name) const in resDir() function in AaptAssets
|