Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DPaintFlagsDrawFilter.java31 mNativeInt = nativeConstructor(clearBits, setBits); in PaintFlagsDrawFilter()
34 private static native long nativeConstructor(int clearBits, int setBits); in nativeConstructor() method in PaintFlagsDrawFilter
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
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
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
DRegionIterator.java29 mNativeIter = nativeConstructor(region.ni()); in RegionIterator()
49 private static native long nativeConstructor(long native_region); in nativeConstructor() method in RegionIterator
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
DCamera.java31 nativeConstructor(); in Camera()
166 private native void nativeConstructor(); in nativeConstructor() method in Camera
DRegion.java61 this(nativeConstructor()); in Region()
67 this(nativeConstructor()); in Region()
74 mNativeRegion = nativeConstructor(); in Region()
81 mNativeRegion = nativeConstructor(); in Region()
425 private static native long nativeConstructor(); in nativeConstructor() method in Region
/frameworks/layoutlib/bridge/src/android/graphics/
DPaintFlagsDrawFilter_Delegate.java58 /*package*/ static long nativeConstructor(int clearBits, int setBits) { in nativeConstructor() method in PaintFlagsDrawFilter_Delegate
DBlurMaskFilter_Delegate.java58 /*package*/ static long nativeConstructor(float radius, int style) { in nativeConstructor() method in BlurMaskFilter_Delegate
DEmbossMaskFilter_Delegate.java58 /*package*/ static long nativeConstructor(float[] direction, float ambient, in nativeConstructor() method in EmbossMaskFilter_Delegate
DRegion_Delegate.java267 /*package*/ static long nativeConstructor() { in nativeConstructor() method in Region_Delegate
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt19122 Landroid/graphics/BlurMaskFilter;->nativeConstructor(FI)J
19125 Landroid/graphics/Camera;->nativeConstructor()V
20604 Landroid/graphics/EmbossMaskFilter;->nativeConstructor([FFFF)J
20795 Landroid/graphics/Interpolator;->nativeConstructor(II)J
21060 Landroid/graphics/PaintFlagsDrawFilter;->nativeConstructor(II)J
21215 Landroid/graphics/Picture;->nativeConstructor(J)J
21274 Landroid/graphics/Region;->nativeConstructor()J
21294 Landroid/graphics/RegionIterator;->nativeConstructor(J)J