Searched refs:orgBitmap (Results 1 – 2 of 2) sorted by relevance
161 Bitmap orgBitmap = ((BitmapDrawable) photo).getBitmap(); in getPhotoIconWhenAppropriate() local162 int orgWidth = orgBitmap.getWidth(); in getPhotoIconWhenAppropriate()163 int orgHeight = orgBitmap.getHeight(); in getPhotoIconWhenAppropriate()179 return Bitmap.createScaledBitmap(orgBitmap, newWidth, newHeight, true); in getPhotoIconWhenAppropriate()181 return orgBitmap; in getPhotoIconWhenAppropriate()
176 Bitmap orgBitmap = ((BitmapDrawable) photo).getBitmap(); in getPhotoIconWhenAppropriate() local177 int orgWidth = orgBitmap.getWidth(); in getPhotoIconWhenAppropriate()178 int orgHeight = orgBitmap.getHeight(); in getPhotoIconWhenAppropriate()194 return Bitmap.createScaledBitmap(orgBitmap, newWidth, newHeight, true); in getPhotoIconWhenAppropriate()196 return orgBitmap; in getPhotoIconWhenAppropriate()