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
64 int nativeConfig, in nativeCreate()79 int nativeConfig, in nativeCreate()103 protected static Bitmap nativeCopy(long nativeSrcBitmap, int nativeConfig, boolean isMutable) { in nativeCopy()113 protected static Bitmap nativeCopyAshmemConfig(long nativeSrcBitmap, int nativeConfig) { in nativeCopyAshmemConfig()156 protected static int nativeConfig(long nativeBitmap) { in nativeConfig() method in ShadowNativeBitmap