Searched refs:mInLongPress (Results 1 – 2 of 2) sorted by relevance
77 private boolean mInLongPress; field in GestureDetectorCompat.GestureDetectorCompatImplBase315 mInLongPress = false; in onTouchEvent()329 if (mInLongPress) { in onTouchEvent()366 } else if (mInLongPress) { in onTouchEvent()368 mInLongPress = false; in onTouchEvent()424 if (mInLongPress) { in cancel()425 mInLongPress = false; in cancel()437 if (mInLongPress) { in cancelTaps()438 mInLongPress = false; in cancelTaps()460 mInLongPress = true; in dispatchLongPress()
242 private boolean mInLongPress; field in GestureDetector583 mInLongPress = false; in onTouchEvent()597 if (mInLongPress || mInContextClick) { in onTouchEvent()636 } else if (mInLongPress) { in onTouchEvent()638 mInLongPress = false; in onTouchEvent()703 if (mContextClickListener != null && !mInContextClick && !mInLongPress in onGenericMotionEvent()737 mInLongPress = false; in cancel()750 mInLongPress = false; in cancelTaps()777 mInLongPress = true; in dispatchLongPress()