Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DGestureDetector.java264 private boolean mInContextClick; field in GestureDetector
652 if (mInLongPress || mInContextClick) { in onTouchEvent()
811 if (mContextClickListener != null && !mInContextClick && !mInLongPress in onGenericMotionEvent()
815 mInContextClick = true; in onGenericMotionEvent()
824 if (mInContextClick && (actionButton == MotionEvent.BUTTON_STYLUS_PRIMARY in onGenericMotionEvent()
826 mInContextClick = false; in onGenericMotionEvent()
846 mInContextClick = false; in cancel()
859 mInContextClick = false; in cancelTaps()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt63384 Landroid/view/GestureDetector;->mInContextClick:Z