Home
last modified time | relevance | path

Searched refs:DrawableResourceLoader (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/res/
DDrawableResourceLoaderNoRunnerTest.java71 DrawableResourceLoader testLoader = new DrawableResourceLoader(resourceTable); in shouldFindDrawableResourcesWorkWithUnixJarFilePath()
94 DrawableResourceLoader testLoader = new DrawableResourceLoader(resourceTable); in shouldFindDrawableResourcesWorkWithUnixFilePath()
117 DrawableResourceLoader testLoader = new DrawableResourceLoader(resourceTable); in shouldFindDrawableResourcesWorkWithWindowsJarFilePath()
140 DrawableResourceLoader testLoader = new DrawableResourceLoader(resourceTable); in shouldFindDrawableResourcesWorkWithWindowsFilePath()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
DDrawableResourceLoader.java8 public class DrawableResourceLoader { class
11 DrawableResourceLoader(PackageResourceTable resourceTable) { in DrawableResourceLoader() method in DrawableResourceLoader
DResourceTableFactory.java162 new DrawableResourceLoader(resourceTable).findDrawableResources(resourcePath);