Searched defs:native_nextContour (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPathMeasure_Delegate.java96 /*package*/ static boolean native_nextContour(long native_instance) { method in class:PathMeasure_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DPathMeasure.java152 return native_nextContour(native_instance);
167 private static native boolean native_nextContour(long native_instance); method in class:PathMeasure

Completed in 96 milliseconds