Home
last modified time | relevance | path

Searched defs:nativeCreate (Results 1 – 25 of 51) sorted by relevance

123

/frameworks/base/libs/hwui/jni/
DPathEffect.cpp72 { "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
DShader.cpp370 {"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
Dandroid_graphics_ColorSpace.cpp145 { "nativeCreate", "(FFFFFFF[F)J", (void*)ColorSpace_creator } in nativeCreate() method
/frameworks/base/core/jni/
Dandroid_view_SurfaceSession.cpp44 static jlong nativeCreate(JNIEnv* env, jclass clazz) { in nativeCreate() function
57 { "nativeCreate", "()J", in nativeCreate() method
Dandroid_window_InputTransferToken.cpp35 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
Dandroid_view_TunnelModeEnabledListener.cpp79 jlong nativeCreate(JNIEnv* env, jclass clazz, jobject obj) { in nativeCreate() function
110 {"nativeCreate", "(Landroid/view/TunnelModeEnabledListener;)J", (void*)nativeCreate}, in nativeCreate() method
Dandroid_view_CompositionSamplingListener.cpp80 jlong nativeCreate(JNIEnv* env, jclass clazz, jobject obj) { in nativeCreate() function
116 { "nativeCreate", "(Landroid/view/CompositionSamplingListener;)J", in nativeCreate() method
Dandroid_window_WindowInfosListener.cpp132 jlong nativeCreate(JNIEnv* env, jclass clazz, jobject obj) { in nativeCreate() function
167 {"nativeCreate", "(Landroid/window/WindowInfosListener;)J", (void*)nativeCreate}, in nativeCreate() method
Dcom_android_internal_os_ApplicationSharedMemory.cpp141 static jint nativeCreate(JNIEnv* env, jclass) { in nativeCreate() function
220 {"nativeCreate", "()I", (void*)nativeCreate}, in nativeCreate() method
Dandroid_util_StringBlock.cpp159 { "nativeCreate", "([BII)J", in nativeCreate() method
/frameworks/base/core/java/android/window/
DInputTransferToken.java55 private static native long nativeCreate(); in nativeCreate() method in InputTransferToken
56 private static native long nativeCreate(IBinder token); in nativeCreate() method in InputTransferToken
DWindowInfosListener.java72 private static native long nativeCreate(WindowInfosListener thiz); in nativeCreate() method in WindowInfosListener
/frameworks/base/graphics/java/android/graphics/
DCornerPathEffect.java32 private static native long nativeCreate(float radius); in nativeCreate() method in CornerPathEffect
DSumPathEffect.java31 private static native long nativeCreate(long first, long second); in nativeCreate() method in SumPathEffect
DDiscretePathEffect.java30 private static native long nativeCreate(float length, float deviation); in nativeCreate() method in DiscretePathEffect
DComposePathEffect.java31 private static native long nativeCreate(long nativeOuterpe, in nativeCreate() method in ComposePathEffect
DDashPathEffect.java42 private static native long nativeCreate(float intervals[], float phase); in nativeCreate() method in DashPathEffect
DPathDashPathEffect.java49 private static native long nativeCreate(long native_path, float advance, in nativeCreate() method in PathDashPathEffect
DComposeShader.java107 private static native long nativeCreate(long nativeMatrix, in nativeCreate() method in ComposeShader
DSweepGradient.java142 private static native long nativeCreate(long matrix, float x, float y, in nativeCreate() method in SweepGradient
DBitmapShader.java238 private static native long nativeCreate(long nativeMatrix, long bitmapHandle, in nativeCreate() method in BitmapShader
/frameworks/base/core/java/android/view/
DSurfaceSession.java33 private static native long nativeCreate(); in nativeCreate() method in SurfaceSession
DTunnelModeEnabledListener.java94 private static native long nativeCreate(TunnelModeEnabledListener thiz); in nativeCreate() method in TunnelModeEnabledListener
DCompositionSamplingListener.java97 private static native long nativeCreate(CompositionSamplingListener thiz); in nativeCreate() method in CompositionSamplingListener
/frameworks/layoutlib/bridge/src/android/content/res/
DAssetManager_Delegate.java44 /*package*/ static long nativeCreate() { in nativeCreate() method in AssetManager_Delegate

123