Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscResourcesImpl.java53 ResourcesImpl realResourcesImpl; field in ShadowArscResourcesImpl
89 ShadowLegacyAssetManager shadowAssetManager = legacyShadowOf(realResourcesImpl.getAssets()); in getQuantityString()
111 ShadowLegacyAssetManager shadowAssetManager = legacyShadowOf(realResourcesImpl.getAssets()); in openRawResource()
120 return directlyOn(realResourcesImpl, ResourcesImpl.class, "openRawResource", in openRawResource()
147 ResourceTable resourceTable = legacyShadowOf(realResourcesImpl.getAssets()).getResourceTable(); in newNotFoundException()
158 Drawable drawable = directlyOn(realResourcesImpl, ResourcesImpl.class, "loadDrawable", in loadDrawable()
172 Drawable drawable = directlyOn(realResourcesImpl, ResourcesImpl.class, "loadDrawable", in loadDrawable()
DShadowLegacyResourcesImpl.java53 private ResourcesImpl realResourcesImpl; field in ShadowLegacyResourcesImpl
64 ShadowLegacyAssetManager shadowAssetManager = legacyShadowOf(realResourcesImpl.getAssets()); in getQuantityString()
85 ShadowLegacyAssetManager shadowAssetManager = legacyShadowOf(realResourcesImpl.getAssets()); in openRawResource()
117 ResourceTable resourceTable = legacyShadowOf(realResourcesImpl.getAssets()).getResourceTable(); in newNotFoundException()
128 ShadowLegacyAssetManager shadowAssetManager = legacyShadowOf(realResourcesImpl.getAssets()); in loadXmlResourceParser()
157 Drawable drawable = directlyOn(realResourcesImpl, ResourcesImpl.class, "loadDrawable", in loadDrawable()
171 Drawable drawable = directlyOn(realResourcesImpl, ResourcesImpl.class, "loadDrawable", in loadDrawable()