Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DContactsAsyncHelper.java161 Bitmap orgBitmap = ((BitmapDrawable) photo).getBitmap(); in getPhotoIconWhenAppropriate() local
162 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()
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DContactsAsyncHelper.java176 Bitmap orgBitmap = ((BitmapDrawable) photo).getBitmap(); in getPhotoIconWhenAppropriate() local
177 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()