Package org.robolectric.shadows
Class ShadowNativeRegionIterator
- java.lang.Object
-
- org.robolectric.shadows.ShadowNativeRegionIterator
-
@Implements(value=android.graphics.RegionIterator.class, minSdk=26, shadowPicker=Picker.class) public class ShadowNativeRegionIterator extends Object
Shadow forRegionIteratorthat is backed by native code
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classShadowNativeRegionIterator.PickerShadow picker forRegionIterator.
-
Constructor Summary
Constructors Constructor Description ShadowNativeRegionIterator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static longnativeConstructor(long nativeRegion)protected static voidnativeDestructor(long nativeIter)protected static booleannativeNext(long nativeIter, Rect r)
-
-
-
Method Detail
-
nativeConstructor
@Implementation(minSdk=26) protected static long nativeConstructor(long nativeRegion)
-
nativeDestructor
@Implementation(minSdk=26) protected static void nativeDestructor(long nativeIter)
-
nativeNext
@Implementation(minSdk=26) protected static boolean nativeNext(long nativeIter, Rect r)
-
-