Searched refs:decodeFile (Results 1 – 6 of 6) sorted by relevance
73 protected static Bitmap decodeFile(String pathName) { in decodeFile() method in ShadowBitmapFactory74 return decodeFile(pathName, null); in decodeFile()78 protected static Bitmap decodeFile(String pathName, BitmapFactory.Options options) { in decodeFile() method in ShadowBitmapFactory
68 Bitmap bitmap = BitmapFactory.decodeFile("/some/file.jpg"); in decodeFile_shouldSetDescriptionAndCreatedFrom()145 Bitmap bitmap = BitmapFactory.decodeFile("/some/file.jpg"); in decodeFile_shouldGetWidthAndHeightFromHints()156 BitmapFactory.decodeFile("/some/file.jpg", options); in decodeFileEtc_shouldSetOptionsOutWidthAndOutHeightFromHints()
31 imageBitmap = BitmapFactory.decodeFile("/an/image.jpg"); in setUp()
284 Drawable drawable = new BitmapDrawable(BitmapFactory.decodeFile("some/fake/file")); in shouldRecordBackgroundDrawable()
84 bitmap = BitmapFactory.decodeFile(uriString.substring(FILE_PREFIX.length()), options); in decode()
612 Bitmap bm = BitmapFactory.decodeFile(uri.getPath()); in setImage()