Home
last modified time | relevance | path

Searched defs:resDir (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/content/res/
DResourcesKey.java31 public ResourcesKey(String resDir, int displayId, Configuration overrideConfiguration, in ResourcesKey()
/frameworks/base/core/java/android/app/
DResourcesManager.java152 public Resources getTopLevelResources(String resDir, String[] splitResDirs, in getTopLevelResources()
DActivityThread.java1647 Resources getTopLevelResources(String resDir, String[] splitResDirs, String[] overlayDirs, in getTopLevelResources()
/frameworks/base/tools/aapt/
DAaptAssets.cpp1630 sp<AaptDir> AaptAssets::resDir(const String8& name) const in resDir() function in AaptAssets