Searched refs:native_set (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/os/
H A DSystemProperties.java36 private static native void native_set(String key, String def); method in class:SystemProperties
125 native_set(key, val);
/frameworks/base/graphics/java/android/graphics/
H A DPath.java68 native_set(mNativePath, src.mNativePath);
549 private static native void native_set(int native_dst, int native_src); method in class:Path
H A DMatrix.java82 native_set(native_instance, src.native_instance);
602 private static native void native_set(int native_object, int other); method in class:Matrix
H A DPaint.java229 native_set(mNativePaint, src.mNativePaint);
1373 private static native void native_set(int native_dst, int native_src); method in class:Paint

Completed in 235 milliseconds