Home
last modified time | relevance | path

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

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLegacyBitmap.java78 protected static Bitmap createBitmap(int width, int height, Bitmap.Config config) { in createBitmap() method in ShadowLegacyBitmap
83 protected static Bitmap createBitmap( in createBitmap() method in ShadowLegacyBitmap
89 protected static Bitmap createBitmap( in createBitmap() method in ShadowLegacyBitmap
119 protected static Bitmap createBitmap( in createBitmap() method in ShadowLegacyBitmap
129 protected static Bitmap createBitmap( in createBitmap() method in ShadowLegacyBitmap
193 protected static Bitmap createBitmap( in createBitmap() method in ShadowLegacyBitmap
199 protected static Bitmap createBitmap( in createBitmap() method in ShadowLegacyBitmap
241 private static Bitmap createBitmap( in createBitmap() method in ShadowLegacyBitmap
/external/robolectric/integration_tests/ctesque/src/sharedTest/java/android/graphics/
DBitmapTest.java49 @Test public void createBitmap() { in createBitmap() method in BitmapTest