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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPathMeasure_Delegate.java124 /*package*/ static float native_getLength(long native_instance) { method in class:PathMeasure_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DPathMeasure.java72 return native_getLength(native_instance);
162 private static native float native_getLength(long native_instance); method in class:PathMeasure

Completed in 8 milliseconds