HomeSort by relevance Sort by last modified time
    Searched refs:nativeConstructor (Results 1 - 15 of 15) sorted by null

  /frameworks/base/graphics/java/android/graphics/
PaintFlagsDrawFilter.java 38 mNativeInt = nativeConstructor(clearBits, setBits);
41 private static native int nativeConstructor(int clearBits, int setBits);
BlurMaskFilter.java 47 native_instance = nativeConstructor(radius, style.native_int);
50 private static native int nativeConstructor(float radius, int style);
EmbossMaskFilter.java 33 native_instance = nativeConstructor(direction, ambient, specular, blurRadius);
36 private static native int nativeConstructor(float[] direction, float ambient, float specular, float blurRadius);
LayerRasterizer.java 21 native_instance = nativeConstructor();
37 private static native int nativeConstructor();
RegionIterator.java 29 mNativeIter = nativeConstructor(region.ni());
48 private static native int nativeConstructor(int native_region);
Camera.java 29 nativeConstructor();
163 private native void nativeConstructor();
Interpolator.java 26 native_instance = nativeConstructor(valueCount, 2);
32 native_instance = nativeConstructor(valueCount, frameCount);
156 private static native int nativeConstructor(int valueCount, int frameCount);
Picture.java 45 this(nativeConstructor(0), false);
54 this(nativeConstructor(src != null ? src.mNativePicture : 0), false);
180 private static native int nativeConstructor(int nativeSrcOr0);
Region.java 57 this(nativeConstructor());
63 this(nativeConstructor());
70 mNativeRegion = nativeConstructor();
77 mNativeRegion = nativeConstructor();
407 private static native int nativeConstructor();
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BlurMaskFilter_Delegate.java 58 /*package*/ static int nativeConstructor(float radius, int style) {
PaintFlagsDrawFilter_Delegate.java 58 /*package*/ static int nativeConstructor(int clearBits, int setBits) {
EmbossMaskFilter_Delegate.java 58 /*package*/ static int nativeConstructor(float[] direction, float ambient,
LayerRasterizer_Delegate.java 58 /*package*/ static int nativeConstructor() {
Region_Delegate.java 267 /*package*/ static int nativeConstructor() {
  /frameworks/base/core/java/android/webkit/
JWebCoreJavaBridge.java 61 nativeConstructor();
310 private native void nativeConstructor();

Completed in 221 milliseconds