Home
last modified time | relevance | path

Searched defs:nativeConfig (Results 1 – 2 of 2) sorted by relevance

/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
DBitmapNatives.java40 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
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNativeBitmap.java66 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