Package org.robolectric.shadows
Class ShadowRegion
java.lang.Object
org.robolectric.shadows.ShadowRegion
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
The realRegion.equals(Object)
calls into native code, which is a no-op in Robolectric, and will always return false no matter what is compared.protected static long
-
Field Details
-
nextId
public static long nextId
-
-
Constructor Details
-
ShadowRegion
public ShadowRegion()
-
-
Method Details
-
equals
The realRegion.equals(Object)
calls into native code, which is a no-op in Robolectric, and will always return false no matter what is compared. We can special-case some simple scenarios here. -
nativeConstructor
-