Searched refs:shadowApp (Results 1 – 2 of 2) sorted by relevance
34 private ShadowContextWrapper shadowApp; field in ResourcesTest39 shadowApp = shadowOf( Robolectric.application ); in setup()70 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()
454 ShadowContextWrapper shadowApp = Robolectric.shadowOf( Robolectric.application ); in getInnerRClassDrawable() local455 Class rClass = shadowApp.getResourceLoader().getLocalRClass(); in getInnerRClassDrawable()