Home
last modified time | relevance | path

Searched refs:nativeCreate (Results 1 – 25 of 46) sorted by relevance

12

/frameworks/base/core/jni/
Dandroid_view_SurfaceSession.cpp43 static jlong nativeCreate(JNIEnv* env, jclass clazz) { in nativeCreate() function
45 client->incStrong((void*)nativeCreate); in nativeCreate()
51 client->decStrong((void*)nativeCreate); in nativeDestroy()
62 (void*)nativeCreate },
Dandroid_graphics_BLASTBufferQueue.cpp32 static jlong nativeCreate(JNIEnv* env, jclass clazz, jlong surfaceControl, jlong width, jlong heigh… in nativeCreate() function
36 queue->incStrong((void*)nativeCreate); in nativeCreate()
42 queue->decStrong((void*)nativeCreate); in nativeDestroy()
64 (void*)nativeCreate },
Dandroid_view_CompositionSamplingListener.cpp79 jlong nativeCreate(JNIEnv* env, jclass clazz, jobject obj) { in nativeCreate() function
81 listener->incStrong((void*)nativeCreate); in nativeCreate()
87 listener->decStrong((void*)nativeCreate); in nativeDestroy()
116 (void*)nativeCreate },
/frameworks/base/graphics/java/android/graphics/
DCornerPathEffect.java28 native_instance = nativeCreate(radius); in CornerPathEffect()
31 private static native long nativeCreate(float radius); in nativeCreate() method in CornerPathEffect
DDiscretePathEffect.java26 native_instance = nativeCreate(segmentLength, deviation); in DiscretePathEffect()
29 private static native long nativeCreate(float length, float deviation); in nativeCreate() method in DiscretePathEffect
DDashPathEffect.java38 native_instance = nativeCreate(intervals, phase); in DashPathEffect()
41 private static native long nativeCreate(float intervals[], float phase); in nativeCreate() method in DashPathEffect
DComposePathEffect.java26 native_instance = nativeCreate(outerpe.native_instance, in ComposePathEffect()
30 private static native long nativeCreate(long nativeOuterpe, in nativeCreate() method in ComposePathEffect
DSumPathEffect.java26 native_instance = nativeCreate(first.native_instance, in SumPathEffect()
30 private static native long nativeCreate(long first, long second); in nativeCreate() method in SumPathEffect
DPathDashPathEffect.java44 native_instance = nativeCreate(shape.readOnlyNI(), advance, phase, in PathDashPathEffect()
48 private static native long nativeCreate(long native_path, float advance, in nativeCreate() method in PathDashPathEffect
DBitmapShader.java65 return nativeCreate(nativeMatrix, mBitmap.getNativeInstance(), mTileX, mTileY); in createNativeInstance()
68 private static native long nativeCreate(long nativeMatrix, long bitmapHandle, in nativeCreate() method in BitmapShader
DBLASTBufferQueue.java29 private static native long nativeCreate(long surfaceControl, long width, long height, in nativeCreate() method in BLASTBufferQueue
39 mNativeObject = nativeCreate(sc.mNativeObject, width, height, tripleBufferingEnabled); in BLASTBufferQueue()
DRuntimeShader.java79 return nativeCreate(mNativeInstanceRuntimeShaderFactory, nativeMatrix, mUniforms, in createNativeInstance()
83 private static native long nativeCreate(long shaderFactory, long matrix, byte[] inputs, in nativeCreate() method in RuntimeShader
DComposeShader.java91 return nativeCreate(nativeMatrix, in createNativeInstance()
106 private static native long nativeCreate(long nativeMatrix, in nativeCreate() method in ComposeShader
DSweepGradient.java135 return nativeCreate(nativeMatrix, mCx, mCy, mColorLongs, mPositions, in createNativeInstance()
139 private static native long nativeCreate(long matrix, float x, float y, in nativeCreate() method in SweepGradient
DRadialGradient.java152 return nativeCreate(nativeMatrix, mX, mY, mRadius, in createNativeInstance()
157 private static native long nativeCreate(long matrix, float x, float y, float radius, in nativeCreate() method in RadialGradient
DLinearGradient.java156 return nativeCreate(nativeMatrix, mX0, mY0, mX1, mY1, in createNativeInstance()
161 private native long nativeCreate(long matrix, float x0, float y0, float x1, float y1, in nativeCreate() method in LinearGradient
/frameworks/base/core/java/android/view/
DSurfaceSession.java32 private static native long nativeCreate(); in nativeCreate() method in SurfaceSession
39 mNativeClient = nativeCreate(); in SurfaceSession()
DCompositionSamplingListener.java36 mNativeListener = nativeCreate(this); in CompositionSamplingListener()
97 private static native long nativeCreate(CompositionSamplingListener thiz); in nativeCreate() method in CompositionSamplingListener
/frameworks/base/core/java/android/util/
DMemoryIntArray.java74 mFd = nativeCreate(name, size); in MemoryIntArray()
225 private native int nativeCreate(String name, int size); in nativeCreate() method in MemoryIntArray
/frameworks/layoutlib/bridge/src/android/graphics/
DCornerPathEffect_Delegate.java65 /*package*/ static long nativeCreate(float radius) { in nativeCreate() method in CornerPathEffect_Delegate
DComposePathEffect_Delegate.java65 /*package*/ static long nativeCreate(long outerpe, long innerpe) { in nativeCreate() method in ComposePathEffect_Delegate
DSumPathEffect_Delegate.java65 /*package*/ static long nativeCreate(long first, long second) { in nativeCreate() method in SumPathEffect_Delegate
DDiscretePathEffect_Delegate.java65 /*package*/ static long nativeCreate(float length, float deviation) { in nativeCreate() method in DiscretePathEffect_Delegate
DPathDashPathEffect_Delegate.java65 /*package*/ static long nativeCreate(long native_path, float advance, float phase, in nativeCreate() method in PathDashPathEffect_Delegate
DComposeShader_Delegate.java66 /*package*/ static long nativeCreate(long nativeMatrix, long native_shaderA, in nativeCreate() method in ComposeShader_Delegate

12