Searched refs:mInContextClick (Results 1 – 2 of 2) sorted by relevance
258 private boolean mInContextClick; field in GestureDetector634 if (mInLongPress || mInContextClick) { in onTouchEvent()793 if (mContextClickListener != null && !mInContextClick && !mInLongPress in onGenericMotionEvent()797 mInContextClick = true; in onGenericMotionEvent()806 if (mInContextClick && (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY in onGenericMotionEvent()808 mInContextClick = false; in onGenericMotionEvent()828 mInContextClick = false; in cancel()841 mInContextClick = false; in cancelTaps()
74490 Landroid/view/GestureDetector;->mInContextClick:Z