Searched refs:newTarget (Results 1 – 1 of 1) sorted by relevance
989 final MailboxListItem newTarget; in onDragLocation() local995 newTarget = null; in onDragLocation()1008 newTarget = null; in onDragLocation()1011 newTarget = (MailboxListItem) childView; in onDragLocation()1012 if (newTarget.mMailboxType == Mailbox.TYPE_TRASH) { in onDragLocation()1014 Log.d(TAG, "=== Trash mailbox; id: " + newTarget.mMailboxId); in onDragLocation()1016 newTarget.setDropTrashBackground(); in onDragLocation()1017 } else if (newTarget.isDropTarget(mDragItemMailboxId)) { in onDragLocation()1019 Log.d(TAG, "=== Target mailbox; id: " + newTarget.mMailboxId); in onDragLocation()1021 newTarget.setDropActiveBackground(); in onDragLocation()[all …]