HomeSort by relevance Sort by last modified time
    Searched defs:provideWidthAndHeightHints (Results 1 - 20 of 20) sorted by null

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBitmapFactory.java 92 public static void provideWidthAndHeightHints(Uri uri, int width, int height) {
96 public static void provideWidthAndHeightHints(int resourceId, int width, int height) {
100 public static void provideWidthAndHeightHints(String file, int width, int height) {
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
BitmapFactoryTest.java 58 ShadowBitmapFactory.provideWidthAndHeightHints(R.drawable.an_image, 123, 456);
68 ShadowBitmapFactory.provideWidthAndHeightHints(R.drawable.an_image, 123, 456);
89 ShadowBitmapFactory.provideWidthAndHeightHints("/some/file.jpg", 123, 456);
99 ShadowBitmapFactory.provideWidthAndHeightHints("/some/file.jpg", 123, 456);
109 ShadowBitmapFactory.provideWidthAndHeightHints(Uri.parse("content:/path"), 123, 456);
119 ShadowBitmapFactory.provideWidthAndHeightHints(Uri.parse("content:/path"), 123, 456);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowBitmapFactory.java 188 public static void provideWidthAndHeightHints(Uri uri, int width, int height) {
192 public static void provideWidthAndHeightHints(int resourceId, int width, int height) {
196 public static void provideWidthAndHeightHints(String file, int width, int height) {
200 public static void provideWidthAndHeightHints(FileDescriptor fd, int width, int height) {
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowBitmapFactoryTest.java 99 ShadowBitmapFactory.provideWidthAndHeightHints(R.drawable.an_image, 123, 456);
126 ShadowBitmapFactory.provideWidthAndHeightHints("/some/file.jpg", 123, 456);
136 ShadowBitmapFactory.provideWidthAndHeightHints("/some/file.jpg", 123, 456);
146 ShadowBitmapFactory.provideWidthAndHeightHints(Uri.parse("content:/path"), 123, 456);
162 ShadowBitmapFactory.provideWidthAndHeightHints(fd, 123, 456);
179 ShadowBitmapFactory.provideWidthAndHeightHints(Uri.parse(data), 123, 456);
191 ShadowBitmapFactory.provideWidthAndHeightHints(Uri.parse(data), 123, 456);
200 ShadowBitmapFactory.provideWidthAndHeightHints(Uri.parse("content:/path"), 123, 456);
264 ShadowBitmapFactory.provideWidthAndHeightHints("image.png", 111, 222);
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
framework-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
shadows-framework-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
shadows-framework-3.6.1.jar 
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 

Completed in 343 milliseconds