Home
last modified time | relevance | path

Searched refs:orgBitmap (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/
DContactsAsyncHelper.java188 Bitmap orgBitmap = ((BitmapDrawable) photo).getBitmap(); in getPhotoIconWhenAppropriate() local
189 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()
/packages/services/Telecomm/src/com/android/server/telecom/
DContactsAsyncHelper.java173 Bitmap orgBitmap = ((BitmapDrawable) photo).getBitmap(); in getPhotoIconWhenAppropriate() local
174 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()