Home
last modified time | relevance | path

Searched refs:nativeConstructor (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/base/graphics/java/android/graphics/
H A DInterpolator.java26 native_instance = nativeConstructor(valueCount, 2); in Interpolator()
32 native_instance = nativeConstructor(valueCount, frameCount); in Interpolator()
157 private static native long nativeConstructor(int valueCount, int frameCount); in nativeConstructor() method in Interpolator
H A DPaintFlagsDrawFilter.java31 mNativeInt = nativeConstructor(clearBits, setBits); in PaintFlagsDrawFilter()
34 private static native long nativeConstructor(int clearBits, int setBits); in nativeConstructor() method in PaintFlagsDrawFilter
H A DEmbossMaskFilter.java36 native_instance = nativeConstructor(direction, ambient, specular, blurRadius); in EmbossMaskFilter()
39 …private static native long nativeConstructor(float[] direction, float ambient, float specular, flo… in nativeConstructor() method in EmbossMaskFilter
H A DBlurMaskFilter.java62 native_instance = nativeConstructor(radius, style.native_int); in BlurMaskFilter()
65 private static native long nativeConstructor(float radius, int style); in nativeConstructor() method in BlurMaskFilter
H A DRegionIterator.java29 mNativeIter = nativeConstructor(region.ni()); in RegionIterator()
49 private static native long nativeConstructor(long native_region); in nativeConstructor() method in RegionIterator
H A DPicture.java49 this(nativeConstructor(0)); in Picture()
58 this(nativeConstructor(src != null ? src.mNativePicture : 0)); in Picture()
232 private static native long nativeConstructor(long nativeSrcOr0); in nativeConstructor() method in Picture
H A DRegion.java62 this(nativeConstructor()); in Region()
68 this(nativeConstructor()); in Region()
75 mNativeRegion = nativeConstructor(); in Region()
82 mNativeRegion = nativeConstructor(); in Region()
426 private static native long nativeConstructor(); in nativeConstructor() method in Region
H A DCamera.java29 nativeConstructor(); in Camera()
164 private native void nativeConstructor(); in nativeConstructor() method in Camera
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DBlurMaskFilter_Delegate.java58 /*package*/ static long nativeConstructor(float radius, int style) { in nativeConstructor() method in BlurMaskFilter_Delegate
H A DPaintFlagsDrawFilter_Delegate.java58 /*package*/ static long nativeConstructor(int clearBits, int setBits) { in nativeConstructor() method in PaintFlagsDrawFilter_Delegate
H A DEmbossMaskFilter_Delegate.java58 /*package*/ static long nativeConstructor(float[] direction, float ambient, in nativeConstructor() method in EmbossMaskFilter_Delegate
H A DRegion_Delegate.java267 /*package*/ static long nativeConstructor() { in nativeConstructor() method in Region_Delegate
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt19113 Landroid/graphics/BlurMaskFilter;->nativeConstructor(FI)J
19116 Landroid/graphics/Camera;->nativeConstructor()V
20595 Landroid/graphics/EmbossMaskFilter;->nativeConstructor([FFFF)J
20786 Landroid/graphics/Interpolator;->nativeConstructor(II)J
21051 Landroid/graphics/PaintFlagsDrawFilter;->nativeConstructor(II)J
21206 Landroid/graphics/Picture;->nativeConstructor(J)J
21265 Landroid/graphics/Region;->nativeConstructor()J
21285 Landroid/graphics/RegionIterator;->nativeConstructor(J)J