Home
last modified time | relevance | path

Searched defs:nSet (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java144 /*package*/ static void nSet(long native_dst, long nSrc) { in nSet() method in Path_Delegate
H A DMatrix_Delegate.java241 /*package*/ static void nSet(long native_object, long other) { in nSet() method in Matrix_Delegate
H A DPaint_Delegate.java717 /*package*/ static void nSet(long native_dst, long native_src) { in nSet() method in Paint_Delegate
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java886 private static native void nSet(long nObject, long nOther); in nSet() method in Matrix
H A DPath.java835 private static native void nSet(long native_dst, long nSrc); in nSet() method in Path
H A DPaint.java3139 private static native void nSet(long paintPtrDest, long paintPtrSrc); in nSet() method in Paint
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java886 private static native void nSet(long nObject, long nOther); in nSet() method in Matrix
H A DPath.java837 private static native void nSet(long native_dst, long nSrc); in nSet() method in Path
H A DPaint.java3409 private static native void nSet(long paintPtrDest, long paintPtrSrc); in nSet() method in Paint