Searched refs:DOWNSAMPLE_IMAGE_SIZE (Results 1 – 1 of 1) sorted by relevance
38 private static final int DOWNSAMPLE_IMAGE_SIZE = 2; field in ImageRequestTest85 new UriImageRequestDescriptor(uri, DOWNSAMPLE_IMAGE_SIZE, DOWNSAMPLE_IMAGE_SIZE, in testLoadImageWithDownsampling()95 Matchers.eq(DOWNSAMPLE_IMAGE_SIZE), Matchers.eq(DOWNSAMPLE_IMAGE_SIZE)); in testLoadImageWithDownsampling()103 assertTrue(bitmapWidth >= DOWNSAMPLE_IMAGE_SIZE && in testLoadImageWithDownsampling()104 bitmapHeight >= DOWNSAMPLE_IMAGE_SIZE && in testLoadImageWithDownsampling()105 (bitmapWidth <= DOWNSAMPLE_IMAGE_SIZE * 4 || in testLoadImageWithDownsampling()106 bitmapHeight <= DOWNSAMPLE_IMAGE_SIZE * 4)); in testLoadImageWithDownsampling()