Package org.robolectric.shadows
Class ShadowStringBlock
java.lang.Object
org.robolectric.shadows.ShadowBaseStringBlock
org.robolectric.shadows.ShadowStringBlock
@Implements(className="android.content.res.StringBlock",
isInAndroidSdk=false,
shadowPicker=Picker.class)
public class ShadowStringBlock
extends ShadowBaseStringBlock
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robolectric.shadows.ShadowBaseStringBlock
ShadowBaseStringBlock.Picker
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static long
nativeCreate
(byte[] data, int offset, int size) protected static void
nativeDestroy
(long obj) protected static int
nativeGetSize
(long nativeId) protected static String
nativeGetString
(long nativeId, int index) protected static int[]
nativeGetStyle
(long obj, int idx) static void
reset()
-
Constructor Details
-
ShadowStringBlock
public ShadowStringBlock()
-
-
Method Details
-
nativeCreate
-
nativeGetSize
-
nativeGetString
-
nativeGetStyle
-
nativeDestroy
-
reset
-