Package org.robolectric.shadows
Class ShadowRegion
java.lang.Object
org.robolectric.shadows.ShadowRegion
@Implements(android.graphics.Region.class) public class ShadowRegion extends Object
-
Field Summary
Fields Modifier and Type Field Description static long
nextId
-
Constructor Summary
Constructors Constructor Description ShadowRegion()
-
Method Summary
Modifier and Type Method Description static Number
nativeConstructor()
-
Field Details
-
nextId
public static long nextId
-
-
Constructor Details
-
ShadowRegion
public ShadowRegion()
-
-
Method Details