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

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBitmapFactory.java 24 public class ShadowBitmapFactory {
  /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/v1/src/main/java/com/xtremelabs/robolectric/
Robolectric.java 156 ShadowBitmapFactory.class,
369 ShadowBitmapFactory.reset();
    [all...]
  /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 1462 milliseconds