Home
last modified time | relevance | path

Searched defs:nativeIterator (Results 1 – 3 of 3) sorted by relevance

/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
DPathIteratorNatives.java15 public static native int nNext(long nativeIterator, long pointsAddress); in nNext()
17 public static native int nNextHost(long nativeIterator, float[] pointsArray); in nNextHost()
19 public static native int nPeek(long nativeIterator); in nPeek()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPathIterator.java23 protected static int nNext(long nativeIterator, long pointsAddress) { in nNext()
30 protected static int nNextHost(long nativeIterator, float[] points) { in nNextHost()
DShadowNativePathIterator.java46 protected static int nNext(long nativeIterator, long pointsAddress) { in nNext()
65 protected static int nPeek(long nativeIterator) { in nPeek()