Searched defs:STAR_OFF (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationItemView.java120 private static Bitmap STAR_OFF; field in class:ConversationItemView
481 STAR_OFF = null;
488 if (STAR_OFF == null) {
491 STAR_OFF = BitmapFactory.decodeResource(res, R.drawable.ic_star_outline_20dp);
1412 return mHeader.conversation.starred ? STAR_ON : STAR_OFF;

Completed in 62 milliseconds