Searched refs:mInLongPress (Results 1 – 2 of 2) sorted by relevance
257 private boolean mInLongPress; field in GestureDetector614 mInLongPress = false; in onTouchEvent()634 if (mInLongPress || mInContextClick) { in onTouchEvent()724 } else if (mInLongPress) { in onTouchEvent()726 mInLongPress = false; in onTouchEvent()793 if (mContextClickListener != null && !mInContextClick && !mInLongPress in onGenericMotionEvent()827 mInLongPress = false; in cancel()840 mInLongPress = false; in cancelTaps()867 mInLongPress = true; in dispatchLongPress()
79798 Landroid/view/GestureDetector;->mInLongPress:Z