Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowResources.java58 @RealObject Resources realResources; field in ShadowResources
87 return legacyShadowOf(realResources.getAssets()) in obtainAttributes()
88 .attrsToTypedArray(realResources, set, attrs, 0, 0, 0); in obtainAttributes()
90 return directlyOn(realResources, Resources.class).obtainAttributes(set, attrs); in obtainAttributes()
101 return directlyOn(realResources, Resources.class).getQuantityString(id, quantity, formatArgs); in getQuantityString()
108 ShadowLegacyAssetManager shadowAssetManager = legacyShadowOf(realResources.getAssets()); in getQuantityString()
128 return directlyOn(realResources, Resources.class).getQuantityString(resId, quantity); in getQuantityString()
135 ShadowLegacyAssetManager shadowAssetManager = legacyShadowOf(realResources.getAssets()); in openRawResource()
144 return directlyOn(realResources, Resources.class).openRawResource(id); in openRawResource()
170 return directlyOn(realResources, Resources.class).openRawResourceFd(id); in openRawResourceFd()
[all …]
DShadowTypedArray.java35 …public static TypedArray create(Resources realResources, int[] attrs, int[] data, int[] indices, i… in create() argument
39 ClassParameter.from(Resources.class, realResources)); in create()
45 ClassParameter.from(Resources.class, realResources), in create()