Home
last modified time | relevance | path

Searched refs:provideWidthAndHeightHints (Results 1 – 2 of 2) 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/
DShadowBitmapFactory.java92 public static void provideWidthAndHeightHints(Uri uri, int width, int height) { in provideWidthAndHeightHints() method in ShadowBitmapFactory
96 public static void provideWidthAndHeightHints(int resourceId, int width, int height) { in provideWidthAndHeightHints() method in ShadowBitmapFactory
100 public static void provideWidthAndHeightHints(String file, int width, int height) { in provideWidthAndHeightHints() method in ShadowBitmapFactory