Home
last modified time | relevance | path

Searched refs:nativeConstructor (Results 1 – 9 of 9) 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
DRegionIterator.java29 mNativeIter = nativeConstructor(region.ni()); in RegionIterator()
49 private static native long nativeConstructor(long native_region); in nativeConstructor() method in RegionIterator
DInterpolator.java29 native_instance = nativeConstructor(valueCount, 2); in Interpolator()
35 native_instance = nativeConstructor(valueCount, frameCount); in Interpolator()
160 private static native long nativeConstructor(int valueCount, int frameCount); in nativeConstructor() method in Interpolator
DCamera.java29 nativeConstructor(); in Camera()
164 private native void nativeConstructor(); in nativeConstructor() method in Camera
DPicture.java49 this(nativeConstructor(0)); in Picture()
58 this(nativeConstructor(src != null ? src.mNativePicture : 0)); in Picture()
234 private static native long nativeConstructor(long nativeSrcOr0); in nativeConstructor() method in Picture
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
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt16235 Landroid/graphics/BlurMaskFilter;->nativeConstructor(FI)J
16238 Landroid/graphics/Camera;->nativeConstructor()V
17717 Landroid/graphics/EmbossMaskFilter;->nativeConstructor([FFFF)J
17908 Landroid/graphics/Interpolator;->nativeConstructor(II)J
18173 Landroid/graphics/PaintFlagsDrawFilter;->nativeConstructor(II)J
18328 Landroid/graphics/Picture;->nativeConstructor(J)J
18387 Landroid/graphics/Region;->nativeConstructor()J
18407 Landroid/graphics/RegionIterator;->nativeConstructor(J)J