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