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

/packages/apps/Email/src/com/android/email/activity/
H A DMailboxListFragment.java206 private long mDragItemMailboxId = -1; field in class:MailboxListFragment
222 listItem.setDropTargetBackground(mDragInProgress, mDragItemMailboxId);
944 item.setDropTargetBackground(mDragInProgress, mDragItemMailboxId);
954 mDropTargetView.setDropTargetBackground(mDragInProgress, mDragItemMailboxId);
984 mDropTargetView.setDropTargetBackground(true, mDragItemMailboxId);
1017 } else if (newTarget.isDropTarget(mDragItemMailboxId)) {
1026 newTarget.setDropTargetBackground(true, mDragItemMailboxId);
1100 mDragItemMailboxId = -1;
1105 mDragItemMailboxId = Long.parseLong(mimeType.substring(dash + 1));

Completed in 9 milliseconds