Searched refs:createSampleBitmap (Results 1 – 1 of 1) sorted by relevance
43 Bitmap bitmap = createSampleBitmap(20, 30); in testPartiallyResizedBitmap()57 Bitmap bitmap = createSampleBitmap(8, 32); in testPartiallyResizedElongatedBitmap()71 Bitmap bitmap = createSampleBitmap(16, 32); in testResizeBitmapKeepRatio()80 Bitmap bitmap = createSampleBitmap(16, 32); in testResizeBitmapNoScalingNeeded()90 Bitmap bitmap = createSampleBitmap(15, 15); in testResizeBitmapNoIntegerRatio()98 Bitmap bitmap = createSampleBitmap(7, 5); in testSaveGetOrganisationLogo()128 private Bitmap createSampleBitmap(int width, int height) { in createSampleBitmap() method in LogoUtilsTest