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

  /frameworks/base/graphics/java/android/graphics/
PaintFlagsDrawFilter.java 32 mNativeInt = nativeConstructor(clearBits, setBits);
35 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 23 nativeConstructor();
47 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 38 this(nativeConstructor(0));
47 this(nativeConstructor(src != null ? src.mNativePicture : 0));
141 private static native int nativeConstructor(int nativeSrcOr0);
Region.java 42 this(nativeConstructor());
48 this(nativeConstructor());
55 mNativeRegion = nativeConstructor();
62 mNativeRegion = nativeConstructor();
348 private static native int nativeConstructor();
  /frameworks/base/core/java/android/webkit/
JWebCoreJavaBridge.java 57 nativeConstructor();
270 private native void nativeConstructor();

Completed in 46 milliseconds