Home
last modified time | relevance | path

Searched refs:findDrawableResources (Results 1 – 3 of 3) 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-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);