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

/packages/apps/ContactsCommon/src/com/android/contacts/common/lettertiles/
H A DLetterTileDrawable.java70 private int mContactType = TYPE_DEFAULT; field in class:LetterTileDrawable
160 final Bitmap bitmap = getBitmapForContactType(mContactType);
170 if (TextUtils.isEmpty(identifier) || mContactType == TYPE_VOICEMAIL) {
245 mContactType = contactType;

Completed in 21 milliseconds