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 | 840 @Nullable String[] splitResDirs, in createBaseTokenResources() argument 854 splitResDirs, in createBaseTokenResources() 1101 @Nullable String[] splitResDirs, in getResources() argument 1114 splitResDirs, in getResources()
|
D | ContextImpl.java | 2593 final String[] splitResDirs; in createResources() local 2596 splitResDirs = pi.getSplitPaths(splitName); in createResources() 2603 splitResDirs, in createResources() 2950 final String[] splitResDirs = packageInfo.getSplitResDirs(); in createWindowContextResources() local 2961 splitResDirs, legacyOverlayDirs, overlayPaths, libDirs, displayId, in createWindowContextResources()
|
D | ActivityThread.java | 2619 Resources getTopLevelResources(String resDir, String[] splitResDirs, String[] legacyOverlayDirs, in getTopLevelResources() argument 2622 return mResourcesManager.getResources(null, resDir, splitResDirs, legacyOverlayDirs, in getTopLevelResources()
|