Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationItemView.java213 private Bitmap mPhotoBitmap = null; field in ConversationItemView
506 mPhotoBitmap = photoBitmap; in bind()
686 if (mPhotoBitmap != null) { in onMeasure()
1311 if (mPhotoBitmap == null) { in drawSendersImage()
1314 canvas.drawBitmap(mPhotoBitmap, null, mPhotoRect, sPaint); in drawSendersImage()