Searched refs:splitResDirs (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/content/res/ |
D | ResourcesKey.java | 69 @Nullable String[] splitResDirs, in ResourcesKey() argument 77 mSplitResDirs = splitResDirs; in ResourcesKey() 100 @Nullable String[] splitResDirs, in ResourcesKey() argument 106 this(resDir, splitResDirs, overlayPaths, libDirs, displayId, overrideConfig, compatInfo, in ResourcesKey()
|
/frameworks/base/core/java/android/app/ |
D | ResourcesManager.java | 938 @Nullable String[] splitResDirs, in createBaseTokenResources() argument 952 splitResDirs, in createBaseTokenResources() 1199 @Nullable String[] splitResDirs, in getResources() argument 1212 splitResDirs, in getResources()
|
D | ContextImpl.java | 2661 final String[] splitResDirs; in createResources() local 2664 splitResDirs = pi.getSplitPaths(splitName); in createResources() 2671 splitResDirs, in createResources() 3015 final String[] splitResDirs = packageInfo.getSplitResDirs(); in createWindowContextResources() local 3026 splitResDirs, legacyOverlayDirs, overlayPaths, libDirs, displayId, in createWindowContextResources()
|
D | ActivityThread.java | 2790 Resources getTopLevelResources(String resDir, String[] splitResDirs, String[] legacyOverlayDirs, in getTopLevelResources() argument 2793 return mResourcesManager.getResources(null, resDir, splitResDirs, legacyOverlayDirs, in getTopLevelResources()
|