/frameworks/base/core/jni/ |
D | android_view_SurfaceSession.cpp | 43 static jlong nativeCreate(JNIEnv* env, jclass clazz) { in nativeCreate() function 45 client->incStrong((void*)nativeCreate); in nativeCreate() 51 client->decStrong((void*)nativeCreate); in nativeDestroy() 57 (void*)nativeCreate },
|
D | android_view_TunnelModeEnabledListener.cpp | 78 jlong nativeCreate(JNIEnv* env, jclass clazz, jobject obj) { in nativeCreate() function 80 listener->incStrong((void*)nativeCreate); in nativeCreate() 86 listener->decStrong((void*)nativeCreate); in nativeDestroy() 110 {"nativeCreate", "(Landroid/view/TunnelModeEnabledListener;)J", (void*)nativeCreate},
|
D | android_view_SurfaceControlFpsListener.cpp | 76 jlong nativeCreate(JNIEnv* env, jclass clazz, jobject obj) { in nativeCreate() function 78 listener->incStrong((void*)nativeCreate); in nativeCreate() 84 listener->decStrong((void*)nativeCreate); in nativeDestroy() 108 {"nativeCreate", "(Landroid/view/SurfaceControlFpsListener;)J", (void*)nativeCreate},
|
D | android_view_CompositionSamplingListener.cpp | 79 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 },
|
D | android_graphics_BLASTBufferQueue.cpp | 70 static jlong nativeCreate(JNIEnv* env, jclass clazz, jstring jName, jlong surfaceControl, in nativeCreate() function 85 queue->incStrong((void*)nativeCreate); in nativeCreate() 91 queue->decStrong((void*)nativeCreate); in nativeDestroy() 145 {"nativeCreate", "(Ljava/lang/String;JJJI)J", (void*)nativeCreate},
|
/frameworks/base/graphics/java/android/graphics/ |
D | CornerPathEffect.java | 28 native_instance = nativeCreate(radius); in CornerPathEffect() 31 private static native long nativeCreate(float radius); in nativeCreate() method in CornerPathEffect
|
D | DiscretePathEffect.java | 26 native_instance = nativeCreate(segmentLength, deviation); in DiscretePathEffect() 29 private static native long nativeCreate(float length, float deviation); in nativeCreate() method in DiscretePathEffect
|
D | DashPathEffect.java | 38 native_instance = nativeCreate(intervals, phase); in DashPathEffect() 41 private static native long nativeCreate(float intervals[], float phase); in nativeCreate() method in DashPathEffect
|
D | ComposePathEffect.java | 26 native_instance = nativeCreate(outerpe.native_instance, in ComposePathEffect() 30 private static native long nativeCreate(long nativeOuterpe, in nativeCreate() method in ComposePathEffect
|
D | SumPathEffect.java | 26 native_instance = nativeCreate(first.native_instance, in SumPathEffect() 30 private static native long nativeCreate(long first, long second); in nativeCreate() method in SumPathEffect
|
D | PathDashPathEffect.java | 44 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
|
D | BitmapShader.java | 76 return nativeCreate(nativeMatrix, mBitmap.getNativeInstance(), mTileX, mTileY, in createNativeInstance() 86 private static native long nativeCreate(long nativeMatrix, long bitmapHandle, in nativeCreate() method in BitmapShader
|
D | ComposeShader.java | 92 return nativeCreate(nativeMatrix, in createNativeInstance() 103 private static native long nativeCreate(long nativeMatrix, in nativeCreate() method in ComposeShader
|
D | BLASTBufferQueue.java | 30 private static native long nativeCreate(String name, long surfaceControl, long width, in nativeCreate() method in BLASTBufferQueue 57 mNativeObject = nativeCreate(name, sc.mNativeObject, width, height, format); in BLASTBufferQueue()
|
D | SweepGradient.java | 137 return nativeCreate(nativeMatrix, mCx, mCy, mColorLongs, mPositions, in createNativeInstance() 141 private static native long nativeCreate(long matrix, float x, float y, in nativeCreate() method in SweepGradient
|
D | LinearGradient.java | 158 return nativeCreate(nativeMatrix, mX0, mY0, mX1, mY1, in createNativeInstance() 163 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/ |
D | SurfaceSession.java | 33 private static native long nativeCreate(); in nativeCreate() method in SurfaceSession 39 mNativeClient = nativeCreate(); in SurfaceSession()
|
D | SurfaceControlFpsListener.java | 33 mNativeListener = nativeCreate(this); in SurfaceControlFpsListener() 90 private static native long nativeCreate(SurfaceControlFpsListener thiz); in nativeCreate() method in SurfaceControlFpsListener
|
D | TunnelModeEnabledListener.java | 34 mNativeListener = nativeCreate(this); in TunnelModeEnabledListener() 94 private static native long nativeCreate(TunnelModeEnabledListener thiz); in nativeCreate() method in TunnelModeEnabledListener
|
D | CompositionSamplingListener.java | 36 mNativeListener = nativeCreate(this); in CompositionSamplingListener() 97 private static native long nativeCreate(CompositionSamplingListener thiz); in nativeCreate() method in CompositionSamplingListener
|
/frameworks/base/core/java/android/util/ |
D | MemoryIntArray.java | 76 mFd = nativeCreate(name, size); in MemoryIntArray() 227 private native int nativeCreate(String name, int size); in nativeCreate() method in MemoryIntArray
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | CornerPathEffect_Delegate.java | 65 /*package*/ static long nativeCreate(float radius) { in nativeCreate() method in CornerPathEffect_Delegate
|
D | ComposePathEffect_Delegate.java | 65 /*package*/ static long nativeCreate(long outerpe, long innerpe) { in nativeCreate() method in ComposePathEffect_Delegate
|
D | DiscretePathEffect_Delegate.java | 65 /*package*/ static long nativeCreate(float length, float deviation) { in nativeCreate() method in DiscretePathEffect_Delegate
|
D | SumPathEffect_Delegate.java | 65 /*package*/ static long nativeCreate(long first, long second) { in nativeCreate() method in SumPathEffect_Delegate
|