Searched refs:nativeConstructor (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DPaintFlagsDrawFilter.java38 mNativeInt = nativeConstructor(clearBits, setBits);
41 private static native long nativeConstructor(int clearBits, int setBits); method in class:PaintFlagsDrawFilter
H A DBlurMaskFilter.java62 native_instance = nativeConstructor(radius, style.native_int);
65 private static native long nativeConstructor(float radius, int style); method in class:BlurMaskFilter
H A DEmbossMaskFilter.java33 native_instance = nativeConstructor(direction, ambient, specular, blurRadius);
36 private static native long nativeConstructor(float[] direction, float ambient, float specular, float blurRadius); method in class:EmbossMaskFilter
H A DLayerRasterizer.java22 native_instance = nativeConstructor();
38 private static native long nativeConstructor(); method in class:LayerRasterizer
H A DRegionIterator.java29 mNativeIter = nativeConstructor(region.ni());
48 private static native long nativeConstructor(long native_region); method in class:RegionIterator
H A DCamera.java31 nativeConstructor();
171 private native void nativeConstructor(); method in class:Camera
H A DInterpolator.java26 native_instance = nativeConstructor(valueCount, 2);
32 native_instance = nativeConstructor(valueCount, frameCount);
156 private static native long nativeConstructor(int valueCount, int frameCount); method in class:Interpolator
H A DPicture.java40 this(nativeConstructor(0));
49 this(nativeConstructor(src != null ? src.mNativePicture : 0));
183 private static native long nativeConstructor(long nativeSrcOr0); method in class:Picture
H A DRegion.java57 this(nativeConstructor());
63 this(nativeConstructor());
70 mNativeRegion = nativeConstructor();
77 mNativeRegion = nativeConstructor();
407 private static native long nativeConstructor(); method in class:Region
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBlurMaskFilter_Delegate.java58 /*package*/ static long nativeConstructor(float radius, int style) { method in class:BlurMaskFilter_Delegate
H A DPaintFlagsDrawFilter_Delegate.java58 /*package*/ static long nativeConstructor(int clearBits, int setBits) { method in class:PaintFlagsDrawFilter_Delegate
H A DEmbossMaskFilter_Delegate.java58 /*package*/ static long nativeConstructor(float[] direction, float ambient, method in class:EmbossMaskFilter_Delegate
H A DLayerRasterizer_Delegate.java58 /*package*/ static long nativeConstructor() { method in class:LayerRasterizer_Delegate
H A DRegion_Delegate.java267 /*package*/ static long nativeConstructor() { method in class:Region_Delegate

Completed in 1785 milliseconds