Home
last modified time | relevance | path

Searched refs:setLocalRClass (Results 1 – 2 of 2) sorted by relevance

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DResourcesTest.java70 shadowApp.getResourceLoader().setLocalRClass( null ); in testGetDrawableNullRClass()
79 shadowApp.getResourceLoader().setLocalRClass( TestR.class ); in testGetAnimationDrawable()
95 shadowApp.getResourceLoader().setLocalRClass( TestR.class ); in testGetColorDrawable()
104 shadowApp.getResourceLoader().setLocalRClass( TestR.class ); in testGetBitmapDrawable()
121 shadowApp.getResourceLoader().setLocalRClass( TestR.class ); in testGetBitmapDrawableForUnknownId()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
DResourceLoader.java541 public void setLocalRClass( Class clazz ) { in setLocalRClass() method in ResourceLoader