Searched refs:native_create (Results 1 - 4 of 4) 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.readOnlyNI() : 0,
160 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);
840 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 DPathMeasure_Delegate.java70 /*package*/ static long native_create(long native_path, boolean forceClosed) { method in class:PathMeasure_Delegate
H A DMatrix_Delegate.java177 /*package*/ static long native_create(long native_src_or_zero) { method in class:Matrix_Delegate

Completed in 602 milliseconds