Searched refs:mInLongPress (Results 1 – 2 of 2) sorted by relevance
263 private boolean mInLongPress; field in GestureDetector632 mInLongPress = false; in onTouchEvent()652 if (mInLongPress || mInContextClick) { in onTouchEvent()742 } else if (mInLongPress) { in onTouchEvent()744 mInLongPress = false; in onTouchEvent()811 if (mContextClickListener != null && !mInContextClick && !mInLongPress in onGenericMotionEvent()845 mInLongPress = false; in cancel()858 mInLongPress = false; in cancelTaps()885 mInLongPress = true; in dispatchLongPress()
63385 Landroid/view/GestureDetector;->mInLongPress:Z