Searched refs:resDir (Results 1 - 8 of 8) sorted by relevance

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
H A DMakeCopy.java130 final File resDir = new File(args[i]);
131 if (!resDir.exists()) {
132 System.out.println("Could not find resource directory: " + resDir);
134 System.out.println("Source Resources: " + resDir.getAbsolutePath());
136 FileUtils.copyDirectory(resDir, resTarget);
137 addFromFile(resDir, resTarget);
140 System.err.println("Could not copy resources from " + resDir + " to " + resTarget +
205 private static void addFromFile(File resDir, File resTarget) { argument
206 for (File layoutDir : resDir.listFiles(LAYOUT_DIR_FILTER)) {
/frameworks/base/core/java/android/content/res/
H A DResourcesKey.java50 public ResourcesKey(@Nullable String resDir, argument
57 mResDir = resDir;
/frameworks/base/tools/aapt2/compile/
H A DCompile.cpp109 Maybe<std::string> resDir; member in struct:aapt::CompileOptions
138 const std::string& rootDir = options.resDir.value();
473 .optionalFlag("--dir", "Directory to scan for resources", &options.resDir)
488 if (options.resDir) {
/frameworks/base/core/java/android/app/
H A DResourcesManager.java248 // resDir can be null if the 'android' package is creating a new Resources object.
450 * @param resDir The base resource path. Can be null (only framework resources will be loaded).
464 @Nullable String resDir,
476 resDir,
602 * (resDir, splitResDirs, overrideConfig) for a given Activity, the same Resources object
611 * @param resDir The base resource path. Can be null (only framework resources will be loaded).
626 @Nullable String resDir,
637 resDir,
463 createBaseActivityResources(@onNull IBinder activityToken, @Nullable String resDir, @Nullable String[] splitResDirs, @Nullable String[] overlayDirs, @Nullable String[] libDirs, int displayId, @Nullable Configuration overrideConfig, @NonNull CompatibilityInfo compatInfo, @Nullable ClassLoader classLoader) argument
625 getResources(@ullable IBinder activityToken, @Nullable String resDir, @Nullable String[] splitResDirs, @Nullable String[] overlayDirs, @Nullable String[] libDirs, int displayId, @Nullable Configuration overrideConfig, @NonNull CompatibilityInfo compatInfo, @Nullable ClassLoader classLoader) argument
H A DActivityThread.java1844 Resources getTopLevelResources(String resDir, String[] splitResDirs, String[] overlayDirs, argument
1846 return mResourcesManager.getResources(null, resDir, splitResDirs, overlayDirs, libDirs,
/frameworks/base/tools/aapt/
H A DAaptAssets.h570 sp<AaptDir> resDir(const String8& name) const;
H A DAaptAssets.cpp1198 sp<AaptDir> rdir = resDir(resType);
1606 sp<AaptDir> AaptAssets::resDir(const String8& name) const function in class:AaptAssets
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 2510 milliseconds