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

/packages/apps/Email/src/com/android/email/activity/
H A DMailboxListFragment.java163 private static final int NO_DROP_TARGET = -1; field in class:MailboxListFragment
207 /** A unique identifier for the drop target. May be {@link #NO_DROP_TARGET}. */
208 private int mDropTargetId = NO_DROP_TARGET;
264 * If the coordinates are outside of the list, {@code NO_DROP_TARGET} is returned.
277 return NO_DROP_TARGET;
836 mDropTargetId = NO_DROP_TARGET;
957 mDropTargetId = NO_DROP_TARGET;
1009 targetId = NO_DROP_TARGET;
1027 targetId = NO_DROP_TARGET;
1129 if (mDropTargetId == NO_DROP_TARGET) {
[all...]

Completed in 52 milliseconds