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

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

Completed in 30 milliseconds