Home
last modified time | relevance | path

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

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
DMakeCopy.java129 final File resDir = new File(args[i]); in main() local
130 if (!resDir.exists()) { in main()
131 System.out.println("Could not find resource directory: " + resDir); in main()
133 System.out.println("Source Resources: " + resDir.getAbsolutePath()); in main()
135 FileUtils.copyDirectory(resDir, resTarget); in main()
136 addFromFile(resDir, resTarget); in main()
139 … System.err.println("Could not copy resources from " + resDir + " to " + resTarget + in main()
198 private static void addFromFile(File resDir, File resTarget) { in addFromFile() argument
199 for (File layoutDir : resDir.listFiles(LAYOUT_DIR_FILTER)) { in addFromFile()
/frameworks/base/core/java/android/app/
DResourcesManager.java158 Resources getTopLevelResources(String resDir, String[] splitResDirs, in getTopLevelResources() argument
164 ResourcesKey key = new ResourcesKey(resDir, displayId, overrideConfigCopy, scale); in getTopLevelResources()
168 if (DEBUG) Slog.w(TAG, "getTopLevelResources: " + resDir + " / " + scale); in getTopLevelResources()
174 if (DEBUG) Slog.w(TAG, "Returning cached resources " + r + " " + resDir in getTopLevelResources()
190 if (resDir != null) { in getTopLevelResources()
191 if (assets.addAssetPath(resDir) == 0) { in getTopLevelResources()
241 if (DEBUG) Slog.i(TAG, "Created app resources " + resDir + " " + r + ": " in getTopLevelResources()
DActivityThread.java1698 Resources getTopLevelResources(String resDir, String[] splitResDirs, String[] overlayDirs, in getTopLevelResources() argument
1701 return mResourcesManager.getTopLevelResources(resDir, splitResDirs, overlayDirs, libDirs, in getTopLevelResources()
/frameworks/base/core/java/android/content/res/
DResourcesKey.java33 public ResourcesKey(String resDir, int displayId, Configuration overrideConfiguration, in ResourcesKey() argument
35 mResDir = resDir; in ResourcesKey()
/frameworks/base/tools/aapt/
DAaptAssets.h570 sp<AaptDir> resDir(const String8& name) const;
DAaptAssets.cpp1195 sp<AaptDir> rdir = resDir(resType); in slurpResourceTree()
1603 sp<AaptDir> AaptAssets::resDir(const String8& name) const in resDir() function in AaptAssets
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...