Searched refs:native_set (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | SystemProperties.java | 42 private static native void native_set(String key, String def); in native_set() method in SystemProperties 132 native_set(key, val); in set()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Path.java | 98 native_set(mNativePath, src.mNativePath); in set() 613 private static native void native_set(int native_dst, int native_src); in native_set() method in Path
|
D | Matrix.java | 267 native_set(native_instance, src.native_instance); in set() 798 private static native void native_set(int native_object, int other); in native_set() method in Matrix
|
D | Paint.java | 392 native_set(mNativePaint, src.mNativePaint); in set() 2172 private static native void native_set(int native_dst, int native_src); in native_set() method in Paint
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Path_Delegate.java | 130 /*package*/ static void native_set(int native_dst, int native_src) { in native_set() method in Path_Delegate
|
D | Matrix_Delegate.java | 226 /*package*/ static void native_set(int native_object, int other) { in native_set() method in Matrix_Delegate
|
D | Paint_Delegate.java | 672 /*package*/ static void native_set(int native_dst, int native_src) { in native_set() method in Paint_Delegate
|