Home
last modified time | relevance | path

Searched refs:ShadowBitmapFactory (Results 1 – 4 of 4) sorted by relevance

/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DBitmapFactoryTest.java58 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/
DShadowMediaStore.java21 return ShadowBitmapFactory.create(url.toString()); in getBitmap()
DShadowBitmapFactory.java24 public class ShadowBitmapFactory { class
/external/robolectric/src/main/java/com/xtremelabs/robolectric/
DRobolectric.java156 ShadowBitmapFactory.class, in getDefaultShadowClasses()
369 ShadowBitmapFactory.reset(); in resetStaticState()