Home
last modified time | relevance | path

Searched refs:mInContextClick (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DGestureDetector.java243 private boolean mInContextClick; field in GestureDetector
598 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()