Searched refs:mInContextClick (Results 1 – 1 of 1) sorted by relevance
243 private boolean mInContextClick; field in GestureDetector598 if (mInLongPress || mInContextClick) { in onTouchEvent()704 if (mContextClickListener != null && !mInContextClick && !mInLongPress in onGenericMotionEvent()708 mInContextClick = true; in onGenericMotionEvent()717 if (mInContextClick && (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY in onGenericMotionEvent()719 mInContextClick = false; in onGenericMotionEvent()739 mInContextClick = false; in cancel()752 mInContextClick = false; in cancelTaps()