Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DPathMeasure.java161 …private static native void native_setPath(long native_instance, long native_path, boolean forceClo… in native_setPath()
162 private static native float native_getLength(long native_instance); in native_getLength()
163 …private static native boolean native_getPosTan(long native_instance, float distance, float pos[], … in native_getPosTan()
164 …private static native boolean native_getMatrix(long native_instance, float distance, long native_m… in native_getMatrix()
165 …private static native boolean native_getSegment(long native_instance, float startD, float stopD, l… in native_getSegment()
166 private static native boolean native_isClosed(long native_instance); in native_isClosed()
167 private static native boolean native_nextContour(long native_instance); in native_nextContour()
168 private static native void native_destroy(long native_instance); in native_destroy()
170 /* package */private long native_instance; field in PathMeasure
DInterpolator.java158 private long native_instance; field in Interpolator
161 private static native void nativeDestructor(long native_instance); in nativeDestructor()
162 private static native void nativeReset(long native_instance, int valueCount, int frameCount); in nativeReset()
163 …private static native void nativeSetKeyFrame(long native_instance, int index, int msec, float[] va… in nativeSetKeyFrame()
164 …private static native void nativeSetRepeatMirror(long native_instance, float repeatCount, boolean … in nativeSetRepeatMirror()
165 private static native int nativeTimeToValues(long native_instance, int msec, float[] values); in nativeTimeToValues()
DPathEffect.java32 long native_instance; field in PathEffect
DMaskFilter.java32 long native_instance; field in MaskFilter
DCamera.java169 private long native_instance; field in Camera
DTypeface.java196 public final long native_instance; field in Typeface
DMatrix.java238 private final long native_instance; field in Matrix
/frameworks/layoutlib/create/tests/src/com/android/tools/layoutlib/create/dataclass/
DClassWithNative_Delegate.java27 public static int native_instance(ClassWithNative instance, int a, double d, Object[] o) { in native_instance() method in ClassWithNative_Delegate
DClassWithNative.java46 private native int native_instance(int a, double d, Object[] o); in native_instance() method in ClassWithNative