Home
last modified time | relevance | path

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

/packages/apps/Email/src/com/android/email/activity/
DMailboxListItem.java62 private Drawable mDropActiveBgDrawable; field in MailboxListItem
106 if (mDropActiveBgDrawable == null) { in getDropActiveBgDrawable()
107 mDropActiveBgDrawable = in getDropActiveBgDrawable()
110 return mDropActiveBgDrawable; in getDropActiveBgDrawable()