Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTypedArray.java30 public class ShadowTypedArray { class
51 ShadowTypedArray shadowTypedArray = Shadow.extract(typedArray); in create()
100 ShadowTypedArray shadowTypedArray = Shadow.extract(typedArray); in dump()
DShadowLegacyAssetManager.java830 … return ShadowTypedArray.create(resources, null, data, indices, typedResources.size(), stringData); in getTypedArray()
1219 …TypedArray typedArray = ShadowTypedArray.create(resources, attrs, data, indices, nextIndex, string… in attrsToTypedArray()
1221 ShadowTypedArray shadowTypedArray = Shadow.extract(typedArray); in attrsToTypedArray()