Searched defs:mDropTargetView (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/src/com/android/email/activity/
H A DMailboxListFragment.java210 private MailboxListItem mDropTargetView; field in class:MailboxListFragment
837 mDropTargetView = null;
953 if (mDropTargetView != null) {
954 mDropTargetView.setDropTargetBackground(mDragInProgress, mDragItemMailboxId);
955 mDropTargetView = null;
983 if (mDropTargetView != null) {
984 mDropTargetView.setDropTargetBackground(true, mDragItemMailboxId);
985 mDropTargetView = null;
1032 mDropTargetView = newTarget;
1147 if (mDropTargetView
[all...]

Completed in 93 milliseconds