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.java44 this(nativeConstructor(0)); in Picture()
53 this(nativeConstructor(src != null ? src.mNativePicture : 0)); in Picture()
197 private static native long nativeConstructor(long nativeSrcOr0); in nativeConstructor() method in Picture
DRegion.java57 this(nativeConstructor()); in Region()
63 this(nativeConstructor()); in Region()
70 mNativeRegion = nativeConstructor(); in Region()
77 mNativeRegion = nativeConstructor(); in Region()
408 private static native long nativeConstructor(); in nativeConstructor() method in Region
DCamera.java31 nativeConstructor(); in Camera()
172 private native void nativeConstructor(); in nativeConstructor() method in Camera
/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-private-dex.txt24076 Landroid/graphics/BlurMaskFilter;->nativeConstructor(FI)J
24079 Landroid/graphics/Camera;->nativeConstructor()V
25761 Landroid/graphics/EmbossMaskFilter;->nativeConstructor([FFFF)J
26008 Landroid/graphics/Interpolator;->nativeConstructor(II)J
26316 Landroid/graphics/PaintFlagsDrawFilter;->nativeConstructor(II)J
26486 Landroid/graphics/Picture;->nativeConstructor(J)J
26575 Landroid/graphics/Region;->nativeConstructor()J
26597 Landroid/graphics/RegionIterator;->nativeConstructor(J)J