HomeSort by relevance Sort by last modified time
    Searched refs:native_create (Results 1 - 3 of 3) sorted by null

  /frameworks/base/graphics/java/android/graphics/
PathMeasure.java 33 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
Matrix.java 228 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/
Matrix_Delegate.java 177 /*package*/ static long native_create(long native_src_or_zero) { method in class:Matrix_Delegate
    [all...]

Completed in 71 milliseconds