/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | CornerPathEffect.java | 31 private static native long nativeCreate(float radius); in nativeCreate() method in CornerPathEffect
|
H A D | ComposePathEffect.java | 30 private static native long nativeCreate(long nativeOuterpe, in nativeCreate() method in ComposePathEffect
|
H A D | DashPathEffect.java | 41 private static native long nativeCreate(float intervals[], float phase); in nativeCreate() method in DashPathEffect
|
H A D | DiscretePathEffect.java | 29 private static native long nativeCreate(float length, float deviation); in nativeCreate() method in DiscretePathEffect
|
H A D | SumPathEffect.java | 30 private static native long nativeCreate(long first, long second); in nativeCreate() method in SumPathEffect
|
H A D | PathDashPathEffect.java | 48 private static native long nativeCreate(long native_path, float advance, in nativeCreate() method in PathDashPathEffect
|
H A D | BitmapShader.java | 86 private static native long nativeCreate(long nativeMatrix, long bitmapHandle, in nativeCreate() method in BitmapShader
|
H A D | ComposeShader.java | 103 private static native long nativeCreate(long nativeMatrix, in nativeCreate() method in ComposeShader
|
H A D | SweepGradient.java | 141 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 D | SurfaceSession.java | 33 private static native long nativeCreate(); in nativeCreate() method in SurfaceSession
|
H A D | SurfaceControlFpsListener.java | 90 private static native long nativeCreate(SurfaceControlFpsListener thiz); in nativeCreate() method in SurfaceControlFpsListener
|
H A D | TunnelModeEnabledListener.java | 94 private static native long nativeCreate(TunnelModeEnabledListener thiz); in nativeCreate() method in TunnelModeEnabledListener
|
H A D | CompositionSamplingListener.java | 97 private static native long nativeCreate(CompositionSamplingListener thiz); in nativeCreate() method in CompositionSamplingListener
|
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/ |
H A D | CornerPathEffect_Delegate.java | 65 /*package*/ static long nativeCreate(float radius) { in nativeCreate() method in CornerPathEffect_Delegate
|
H A D | ComposePathEffect_Delegate.java | 65 /*package*/ static long nativeCreate(long outerpe, long innerpe) { in nativeCreate() method in ComposePathEffect_Delegate
|
H A D | DiscretePathEffect_Delegate.java | 65 /*package*/ static long nativeCreate(float length, float deviation) { in nativeCreate() method in DiscretePathEffect_Delegate
|
H A D | SumPathEffect_Delegate.java | 65 /*package*/ static long nativeCreate(long first, long second) { in nativeCreate() method in SumPathEffect_Delegate
|
H A D | PathDashPathEffect_Delegate.java | 65 /*package*/ static long nativeCreate(long native_path, float advance, float phase, in nativeCreate() method in PathDashPathEffect_Delegate
|
H A D | ComposeShader_Delegate.java | 66 /*package*/ static long nativeCreate(long nativeMatrix, long native_shaderA, in nativeCreate() method in ComposeShader_Delegate
|
H A D | ColorSpace_Rgb_Delegate.java | 48 /*package*/ static long nativeCreate(float a, float b, float c, float d, in nativeCreate() method in ColorSpace_Rgb_Delegate
|
H A D | DashPathEffect_Delegate.java | 76 /*package*/ static long nativeCreate(float intervals[], float phase) { in nativeCreate() method in DashPathEffect_Delegate
|
/aosp12/frameworks/base/core/java/android/window/ |
H A D | WindowInfosListener.java | 59 private static native long nativeCreate(WindowInfosListener thiz); in nativeCreate() method in WindowInfosListener
|
/aosp12/frameworks/layoutlib/bridge/src/android/content/res/ |
H A D | AssetManager_Delegate.java | 41 /*package*/ static long nativeCreate() { in nativeCreate() method in AssetManager_Delegate
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_view_SurfaceSession.cpp | 43 static jlong nativeCreate(JNIEnv* env, jclass clazz) { in nativeCreate() function
|
H A D | android_view_SurfaceControlFpsListener.cpp | 76 jlong nativeCreate(JNIEnv* env, jclass clazz, jobject obj) { in nativeCreate() function
|