Home
last modified time | relevance | path

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

/packages/apps/Email/src/com/android/email/activity/
DMailboxListItem.java32 private static Integer sDropAvailableBgColor; field in MailboxListItem
80 if (sDropAvailableBgColor == null) { in onFinishInflate()
82 sDropAvailableBgColor = res.getColor(R.color.mailbox_drop_available_bg_color); in onFinishInflate()
142 setBackgroundColor(sDropAvailableBgColor); in setDropTargetBackground()