Searched refs:orgBitmap (Results 1 – 2 of 2) sorted by relevance
188 Bitmap orgBitmap = ((BitmapDrawable) photo).getBitmap(); in getPhotoIconWhenAppropriate() local189 int orgWidth = orgBitmap.getWidth(); in getPhotoIconWhenAppropriate()190 int orgHeight = orgBitmap.getHeight(); in getPhotoIconWhenAppropriate()208 return Bitmap.createScaledBitmap(orgBitmap, newWidth, newHeight, true); in getPhotoIconWhenAppropriate()210 return orgBitmap; in getPhotoIconWhenAppropriate()
173 Bitmap orgBitmap = ((BitmapDrawable) photo).getBitmap(); in getPhotoIconWhenAppropriate() local174 int orgWidth = orgBitmap.getWidth(); in getPhotoIconWhenAppropriate()175 int orgHeight = orgBitmap.getHeight(); in getPhotoIconWhenAppropriate()191 return Bitmap.createScaledBitmap(orgBitmap, newWidth, newHeight, true); in getPhotoIconWhenAppropriate()193 return orgBitmap; in getPhotoIconWhenAppropriate()