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
Constructors Constructor Description ShadowStringBlock() -
Method Summary
Modifier and Type Method Description protected static NumbernativeCreate(byte[] data, int offset, int size)protected static voidnativeDestroy(int obj)protected static voidnativeDestroy(long obj)protected static intnativeGetSize(int nativeId)protected static intnativeGetSize(long nativeId)protected static StringnativeGetString(int nativeId, int index)protected static StringnativeGetString(long nativeId, int index)protected static int[]nativeGetStyle(int obj, int idx)protected static int[]nativeGetStyle(long obj, int idx)static voidreset()
-
Constructor Details
-
ShadowStringBlock
public ShadowStringBlock()
-
-
Method Details