Searched refs:thumb (Results 1 – 2 of 2) sorted by relevance
225 MockDrawable thumb = new MockDrawable(); in testThumbTint() local228 view.setThumb(thumb); in testThumbTint()229 assertFalse("No thumb tint applied by default", thumb.hasCalledSetTint()); in testThumbTint()233 thumb.hasCalledSetTint()); in testThumbTint()235 thumb.reset(); in testThumbTint()237 view.setThumb(thumb); in testThumbTint()239 thumb.hasCalledSetTint()); in testThumbTint()
810 byte[] thumb = exif.getThumbnail(); in testJpegThumbnailSizeByCamera()813 BitmapFactory.decodeByteArray(thumb, 0, thumb.length, bmpOptions); in testJpegThumbnailSizeByCamera()