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

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationContainer.java133 private boolean mTouchIsDown = false; field in class:ConversationContainer
422 mTouchIsDown = false;
423 } else if (!mTouchIsDown &&
432 mTouchIsDown = true;

Completed in 30 milliseconds