Searched defs:resDir (Results 1 – 5 of 5) sorted by relevance
54 public ResourcesKey(@Nullable String resDir, in ResourcesKey()
706 @Nullable String resDir, in createBaseActivityResources()860 @Nullable String resDir, in getResources()
2163 Resources getTopLevelResources(String resDir, String[] splitResDirs, String[] overlayDirs, in getTopLevelResources()
1607 sp<AaptDir> AaptAssets::resDir(const String8& name) const in resDir() function in AaptAssets
82 sp<AaptDir> resDir = assets->getDirs().valueFor(String8("res")); in compileXmlFile() local