Searched defs:nativeConfig (Results 1 – 2 of 2) sorted by relevance
40 int nativeConfig, in nativeCreate()44 public static native Bitmap nativeCopy(long nativeSrcBitmap, int nativeConfig, boolean isMutable); in nativeCopy()48 public static native Bitmap nativeCopyAshmemConfig(long nativeSrcBitmap, int nativeConfig); in nativeCopyAshmemConfig()66 public static native int nativeConfig(long nativeBitmap); in nativeConfig() method in BitmapNatives
66 int nativeConfig, in nativeCreate()81 int nativeConfig, in nativeCreate()105 protected static Bitmap nativeCopy(long nativeSrcBitmap, int nativeConfig, boolean isMutable) { in nativeCopy()115 protected static Bitmap nativeCopyAshmemConfig(long nativeSrcBitmap, int nativeConfig) { in nativeCopyAshmemConfig()163 protected static int nativeConfig(long nativeBitmap) { in nativeConfig() method in ShadowNativeBitmap