Searched refs:ShadowBitmapFactory (Results 1 – 4 of 4) sorted by relevance
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | BitmapFactoryTest.java | 58 ShadowBitmapFactory.provideWidthAndHeightHints(R.drawable.an_image, 123, 456); in decodeResource_shouldGetWidthAndHeightFromHints() 68 ShadowBitmapFactory.provideWidthAndHeightHints(R.drawable.an_image, 123, 456); in decodeResourceWithOpts_shouldGetWidthAndHeightFromHints() 89 ShadowBitmapFactory.provideWidthAndHeightHints("/some/file.jpg", 123, 456); in decodeFile_shouldGetWidthAndHeightFromHints() 99 ShadowBitmapFactory.provideWidthAndHeightHints("/some/file.jpg", 123, 456); in decodeFileEtc_shouldSetOptionsOutWidthAndOutHeightFromHints() 109 ShadowBitmapFactory.provideWidthAndHeightHints(Uri.parse("content:/path"), 123, 456); in decodeUri_shouldGetWidthAndHeightFromHints() 119 ShadowBitmapFactory.provideWidthAndHeightHints(Uri.parse("content:/path"), 123, 456); in decodeStream_shouldGetWidthAndHeightFromHints()
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowMediaStore.java | 21 return ShadowBitmapFactory.create(url.toString()); in getBitmap()
|
D | ShadowBitmapFactory.java | 24 public class ShadowBitmapFactory { class
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/ |
D | Robolectric.java | 156 ShadowBitmapFactory.class, in getDefaultShadowClasses() 369 ShadowBitmapFactory.reset(); in resetStaticState()
|