Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTypedArray.java31 @RealObject private TypedArray realTypedArray; field in ShadowTypedArray
61 return directlyOn(realTypedArray, TypedArray.class, "loadStringValueAt", in loadStringValueAt()
68 return directlyOn(realTypedArray, TypedArray.class).getString(index); in getNonResourceString()
73 return directlyOn(realTypedArray, TypedArray.class).getString(index); in getNonConfigurationString()
81 return directlyOn(realTypedArray, TypedArray.class, "getPositionDescription"); in getPositionDescription()