Searched refs:mInContextClick (Results 1 – 2 of 2) sorted by relevance
270 private boolean mInContextClick; field in GestureDetector658 if (mInLongPress || mInContextClick) { in onTouchEvent()817 if (mContextClickListener != null && !mInContextClick && !mInLongPress in onGenericMotionEvent()821 mInContextClick = true; in onGenericMotionEvent()830 if (mInContextClick && (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY in onGenericMotionEvent()832 mInContextClick = false; in onGenericMotionEvent()852 mInContextClick = false; in cancel()865 mInContextClick = false; in cancelTaps()
60061 Landroid/view/GestureDetector;->mInContextClick:Z