Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/lettertiles/
DLetterTileDrawable.java66 private int mContactType = TYPE_DEFAULT; field in LetterTileDrawable
163 final Bitmap bitmap = getBitmapForContactType(mContactType); in drawLetterTile()
177 if (TextUtils.isEmpty(identifier) || mContactType == TYPE_VOICEMAIL) { in pickColor()
271 mContactType = contactType; in setContactType()