Searched refs:mPhotoBitmap (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactDetailPhotoSetter.java49 private final Bitmap mPhotoBitmap; field in class:ContactDetailPhotoSetter.PhotoClickListener
57 mPhotoBitmap = photoBitmap;
86 photoUri, mPhotoBitmap, mPhotoBytes, rect, delta, mContactData.isUserProfile(),
90 if (mPhotoBitmap != null) {
92 photoUri, mPhotoBitmap, mPhotoBytes);
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationItemView.java236 private Bitmap mPhotoBitmap = null; field in class:ConversationItemView
554 mPhotoBitmap = photoBitmap;
736 if (mPhotoBitmap != null) {
1559 if (mPhotoBitmap == null) {
1562 canvas.drawBitmap(mPhotoBitmap, null, mPhotoRect, sPaint);

Completed in 121 milliseconds