Home
last modified time | relevance | path

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

/packages/apps/Email/src/com/android/email/activity/
DMailboxListItem.java33 private static Integer sDropTrashBgColor; field in MailboxListItem
83 sDropTrashBgColor = res.getColor(R.color.mailbox_drop_destructive_bg_color); in onFinishInflate()
128 setBackgroundColor(sDropTrashBgColor); in setDropTrashBackground()