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

/frameworks/base/graphics/java/android/graphics/
H A DPathMeasure.java31 native_instance = native_create(0, false);
51 native_instance = native_create(path != null ? path.ni() : 0,
140 private static native int native_create(int native_path, boolean forceClosed); method in class:PathMeasure
H A DMatrix.java231 native_instance = native_create(0);
239 native_instance = native_create(src != null ? src.native_instance : 0);
794 private static native int native_create(int native_src_or_zero); method in class:Matrix
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java177 /*package*/ static int native_create(int native_src_or_zero) { method in class:Matrix_Delegate

Completed in 55 milliseconds