Package org.robolectric.shadows
Class ShadowRegion
java.lang.Object
org.robolectric.shadows.ShadowRegion
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanThe 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- 
nextIdpublic static long nextId
 
- 
- 
Constructor Details- 
ShadowRegionpublic ShadowRegion()
 
- 
- 
Method Details- 
equalsThe 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
 
-