Searched defs:native_create (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DPathMeasure.java33 native_instance = native_create(0, false);
53 native_instance = native_create(path != null ? path.ni() : 0,
147 private static native long native_create(long native_path, boolean forceClosed); method in class:PathMeasure
H A DMatrix.java228 native_instance = native_create(0);
236 native_instance = native_create(src != null ? src.native_instance : 0);
839 private static native long native_create(long native_src_or_zero); method in class:Matrix
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java177 /*package*/ static long native_create(long native_src_or_zero) { method in class:Matrix_Delegate

Completed in 120 milliseconds