Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationItemView.java129 private static Drawable FOCUSED_CONVERSATION_HIGHLIGHT; field in ConversationItemView
434 FOCUSED_CONVERSATION_HIGHLIGHT = res.getDrawable( in getItemViewResources()
1278 final int w = FOCUSED_CONVERSATION_HIGHLIGHT.getIntrinsicWidth(); in onDraw()
1281 FOCUSED_CONVERSATION_HIGHLIGHT.setBounds( in onDraw()
1284 FOCUSED_CONVERSATION_HIGHLIGHT.draw(canvas); in onDraw()