Home
last modified time | relevance | path

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

123

/aosp12/frameworks/base/graphics/java/android/graphics/
H A DCornerPathEffect.java31 private static native long nativeCreate(float radius); in nativeCreate() method in CornerPathEffect
H A DComposePathEffect.java30 private static native long nativeCreate(long nativeOuterpe, in nativeCreate() method in ComposePathEffect
H A DDashPathEffect.java41 private static native long nativeCreate(float intervals[], float phase); in nativeCreate() method in DashPathEffect
H A DDiscretePathEffect.java29 private static native long nativeCreate(float length, float deviation); in nativeCreate() method in DiscretePathEffect
H A DSumPathEffect.java30 private static native long nativeCreate(long first, long second); in nativeCreate() method in SumPathEffect
H A DPathDashPathEffect.java48 private static native long nativeCreate(long native_path, float advance, in nativeCreate() method in PathDashPathEffect
H A DBitmapShader.java86 private static native long nativeCreate(long nativeMatrix, long bitmapHandle, in nativeCreate() method in BitmapShader
H A DComposeShader.java103 private static native long nativeCreate(long nativeMatrix, in nativeCreate() method in ComposeShader
H A DSweepGradient.java141 private static native long nativeCreate(long matrix, float x, float y, in nativeCreate() method in SweepGradient
/aosp12/frameworks/base/core/java/android/view/
H A DSurfaceSession.java33 private static native long nativeCreate(); in nativeCreate() method in SurfaceSession
H A DSurfaceControlFpsListener.java90 private static native long nativeCreate(SurfaceControlFpsListener thiz); in nativeCreate() method in SurfaceControlFpsListener
H A DTunnelModeEnabledListener.java94 private static native long nativeCreate(TunnelModeEnabledListener thiz); in nativeCreate() method in TunnelModeEnabledListener
H A DCompositionSamplingListener.java97 private static native long nativeCreate(CompositionSamplingListener thiz); in nativeCreate() method in CompositionSamplingListener
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DCornerPathEffect_Delegate.java65 /*package*/ static long nativeCreate(float radius) { in nativeCreate() method in CornerPathEffect_Delegate
H A DComposePathEffect_Delegate.java65 /*package*/ static long nativeCreate(long outerpe, long innerpe) { in nativeCreate() method in ComposePathEffect_Delegate
H A DDiscretePathEffect_Delegate.java65 /*package*/ static long nativeCreate(float length, float deviation) { in nativeCreate() method in DiscretePathEffect_Delegate
H A DSumPathEffect_Delegate.java65 /*package*/ static long nativeCreate(long first, long second) { in nativeCreate() method in SumPathEffect_Delegate
H A DPathDashPathEffect_Delegate.java65 /*package*/ static long nativeCreate(long native_path, float advance, float phase, in nativeCreate() method in PathDashPathEffect_Delegate
H A DComposeShader_Delegate.java66 /*package*/ static long nativeCreate(long nativeMatrix, long native_shaderA, in nativeCreate() method in ComposeShader_Delegate
H A DColorSpace_Rgb_Delegate.java48 /*package*/ static long nativeCreate(float a, float b, float c, float d, in nativeCreate() method in ColorSpace_Rgb_Delegate
H A DDashPathEffect_Delegate.java76 /*package*/ static long nativeCreate(float intervals[], float phase) { in nativeCreate() method in DashPathEffect_Delegate
/aosp12/frameworks/base/core/java/android/window/
H A DWindowInfosListener.java59 private static native long nativeCreate(WindowInfosListener thiz); in nativeCreate() method in WindowInfosListener
/aosp12/frameworks/layoutlib/bridge/src/android/content/res/
H A DAssetManager_Delegate.java41 /*package*/ static long nativeCreate() { in nativeCreate() method in AssetManager_Delegate
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_SurfaceSession.cpp43 static jlong nativeCreate(JNIEnv* env, jclass clazz) { in nativeCreate() function
H A Dandroid_view_SurfaceControlFpsListener.cpp76 jlong nativeCreate(JNIEnv* env, jclass clazz, jobject obj) { in nativeCreate() function

123