Package org.robolectric.nativeruntime
Class RegionIteratorNatives
- java.lang.Object
-
- org.robolectric.nativeruntime.RegionIteratorNatives
-
public final class RegionIteratorNatives extends Object
Native methods for RegionIterator JNI registration.Native method signatures are derived from https://cs.android.com/android/platform/superproject/+/android-12.0.0_r1:frameworks/base/graphics/java/android/graphics/RegionIterator.java
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static longnativeConstructor(long nativeRegion)static voidnativeDestructor(long nativeIter)static booleannativeNext(long nativeIter, Rect r)
-
-
-
Method Detail
-
nativeConstructor
public static long nativeConstructor(long nativeRegion)
-
nativeDestructor
public static void nativeDestructor(long nativeIter)
-
nativeNext
public static boolean nativeNext(long nativeIter, Rect r)
-
-