Home
last modified time | relevance | path

Searched refs:findDrawableResources (Results 1 – 6 of 6) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/res/
DDrawableResourceLoaderNoRunnerTest.java72 testLoader.findDrawableResources(resourcePath); in shouldFindDrawableResourcesWorkWithUnixJarFilePath()
95 testLoader.findDrawableResources(resourcePath); in shouldFindDrawableResourcesWorkWithUnixFilePath()
118 testLoader.findDrawableResources(resourcePath); in shouldFindDrawableResourcesWorkWithWindowsJarFilePath()
141 testLoader.findDrawableResources(resourcePath); in shouldFindDrawableResourcesWorkWithWindowsFilePath()
/external/robolectric/robolectric/src/test/java/org/robolectric/res/
DDrawableResourceLoaderNoRunnerTest.java34 testLoader.findDrawableResources(resourcePath); in shouldFindDrawableResources()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
DDrawableResourceLoader.java20 void findDrawableResources(ResourcePath resourcePath) { in findDrawableResources() method in DrawableResourceLoader
DResourceTableFactory.java162 new DrawableResourceLoader(resourceTable).findDrawableResources(resourcePath);
/external/robolectric/resources/src/main/java/org/robolectric/res/
DDrawableResourceLoader.java17 void findDrawableResources(ResourcePath resourcePath) throws IOException { in findDrawableResources() method in DrawableResourceLoader
DResourceTableFactory.java227 new DrawableResourceLoader(resourceTable).findDrawableResources(resourcePath);