Searched refs:mInContextClick (Results 1 – 2 of 2) sorted by relevance
264 private boolean mInContextClick; field in GestureDetector652 if (mInLongPress || mInContextClick) { in onTouchEvent()811 if (mContextClickListener != null && !mInContextClick && !mInLongPress in onGenericMotionEvent()815 mInContextClick = true; in onGenericMotionEvent()824 if (mInContextClick && (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY in onGenericMotionEvent()826 mInContextClick = false; in onGenericMotionEvent()846 mInContextClick = false; in cancel()859 mInContextClick = false; in cancelTaps()
63384 Landroid/view/GestureDetector;->mInContextClick:Z