/frameworks/base/libs/hwui/jni/ |
D | PathEffect.cpp | 72 { "nativeCreate", "(JJ)J", (void*)SkPathEffectGlue::Compose_constructor } in nativeCreate() method 76 { "nativeCreate", "(JJ)J", (void*)SkPathEffectGlue::Sum_constructor } in nativeCreate() method 80 { "nativeCreate", "([FF)J", (void*)SkPathEffectGlue::Dash_constructor } in nativeCreate() method 84 { "nativeCreate", "(JFFI)J", (void*)SkPathEffectGlue::OneD_constructor } in nativeCreate() method 88 { "nativeCreate", "(F)J", (void*)SkPathEffectGlue::Corner_constructor } in nativeCreate() method 92 { "nativeCreate", "(FF)J", (void*)SkPathEffectGlue::Discrete_constructor } in nativeCreate() method
|
D | Shader.cpp | 370 {"nativeCreate", "(JJIIIZZJ)J", (void*)BitmapShader_constructor}, in nativeCreate() method 375 { "nativeCreate", "(JFFFF[J[FIJ)J", (void*)LinearGradient_create }, in nativeCreate() method 379 { "nativeCreate", "(JFFFFFF[J[FIJ)J", (void*)RadialGradient_create }, in nativeCreate() method 383 { "nativeCreate", "(JFF[J[FJ)J", (void*)SweepGradient_create }, in nativeCreate() method 387 { "nativeCreate", "(JJJI)J", (void*)ComposeShader_create }, in nativeCreate() method
|
D | android_graphics_ColorSpace.cpp | 145 { "nativeCreate", "(FFFFFFF[F)J", (void*)ColorSpace_creator } in nativeCreate() method
|
/frameworks/base/core/jni/ |
D | android_view_SurfaceSession.cpp | 44 static jlong nativeCreate(JNIEnv* env, jclass clazz) { in nativeCreate() function 57 { "nativeCreate", "()J", in nativeCreate() method
|
D | android_window_InputTransferToken.cpp | 35 static jlong nativeCreate(JNIEnv* env, jclass clazz) { in nativeCreate() function 114 {"nativeCreate", "()J", (void*)nativeCreate}, in nativeCreate() method 115 {"nativeCreate", "(Landroid/os/IBinder;)J", (void*)nativeCreateFromBinder}, in nativeCreate() method
|
D | android_view_TunnelModeEnabledListener.cpp | 79 jlong nativeCreate(JNIEnv* env, jclass clazz, jobject obj) { in nativeCreate() function 110 {"nativeCreate", "(Landroid/view/TunnelModeEnabledListener;)J", (void*)nativeCreate}, in nativeCreate() method
|
D | android_view_CompositionSamplingListener.cpp | 80 jlong nativeCreate(JNIEnv* env, jclass clazz, jobject obj) { in nativeCreate() function 116 { "nativeCreate", "(Landroid/view/CompositionSamplingListener;)J", in nativeCreate() method
|
D | android_window_WindowInfosListener.cpp | 132 jlong nativeCreate(JNIEnv* env, jclass clazz, jobject obj) { in nativeCreate() function 167 {"nativeCreate", "(Landroid/window/WindowInfosListener;)J", (void*)nativeCreate}, in nativeCreate() method
|
D | com_android_internal_os_ApplicationSharedMemory.cpp | 141 static jint nativeCreate(JNIEnv* env, jclass) { in nativeCreate() function 220 {"nativeCreate", "()I", (void*)nativeCreate}, in nativeCreate() method
|
D | android_util_StringBlock.cpp | 159 { "nativeCreate", "([BII)J", in nativeCreate() method
|
/frameworks/base/core/java/android/window/ |
D | InputTransferToken.java | 55 private static native long nativeCreate(); in nativeCreate() method in InputTransferToken 56 private static native long nativeCreate(IBinder token); in nativeCreate() method in InputTransferToken
|
D | WindowInfosListener.java | 72 private static native long nativeCreate(WindowInfosListener thiz); in nativeCreate() method in WindowInfosListener
|
/frameworks/base/graphics/java/android/graphics/ |
D | CornerPathEffect.java | 32 private static native long nativeCreate(float radius); in nativeCreate() method in CornerPathEffect
|
D | SumPathEffect.java | 31 private static native long nativeCreate(long first, long second); in nativeCreate() method in SumPathEffect
|
D | DiscretePathEffect.java | 30 private static native long nativeCreate(float length, float deviation); in nativeCreate() method in DiscretePathEffect
|
D | ComposePathEffect.java | 31 private static native long nativeCreate(long nativeOuterpe, in nativeCreate() method in ComposePathEffect
|
D | DashPathEffect.java | 42 private static native long nativeCreate(float intervals[], float phase); in nativeCreate() method in DashPathEffect
|
D | PathDashPathEffect.java | 49 private static native long nativeCreate(long native_path, float advance, in nativeCreate() method in PathDashPathEffect
|
D | ComposeShader.java | 107 private static native long nativeCreate(long nativeMatrix, in nativeCreate() method in ComposeShader
|
D | SweepGradient.java | 142 private static native long nativeCreate(long matrix, float x, float y, in nativeCreate() method in SweepGradient
|
D | BitmapShader.java | 238 private static native long nativeCreate(long nativeMatrix, long bitmapHandle, in nativeCreate() method in BitmapShader
|
/frameworks/base/core/java/android/view/ |
D | SurfaceSession.java | 33 private static native long nativeCreate(); in nativeCreate() method in SurfaceSession
|
D | TunnelModeEnabledListener.java | 94 private static native long nativeCreate(TunnelModeEnabledListener thiz); in nativeCreate() method in TunnelModeEnabledListener
|
D | CompositionSamplingListener.java | 97 private static native long nativeCreate(CompositionSamplingListener thiz); in nativeCreate() method in CompositionSamplingListener
|
/frameworks/layoutlib/bridge/src/android/content/res/ |
D | AssetManager_Delegate.java | 44 /*package*/ static long nativeCreate() { in nativeCreate() method in AssetManager_Delegate
|