OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:orgBitmap
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telecomm/src/com/android/server/telecom/
ContactsAsyncHelper.java
161
Bitmap
orgBitmap
= ((BitmapDrawable) photo).getBitmap();
162
int orgWidth =
orgBitmap
.getWidth();
163
int orgHeight =
orgBitmap
.getHeight();
179
return Bitmap.createScaledBitmap(
orgBitmap
, newWidth, newHeight, true);
181
return
orgBitmap
;
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
ContactsAsyncHelper.java
176
Bitmap
orgBitmap
= ((BitmapDrawable) photo).getBitmap();
177
int orgWidth =
orgBitmap
.getWidth();
178
int orgHeight =
orgBitmap
.getHeight();
194
return Bitmap.createScaledBitmap(
orgBitmap
, newWidth, newHeight, true);
196
return
orgBitmap
;
Completed in 50 milliseconds