Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DGestureDetector.java258 private boolean mInContextClick; field in GestureDetector
634 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()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt74490 Landroid/view/GestureDetector;->mInContextClick:Z