Home
last modified time | relevance | path

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

/frameworks/support/compat/java/android/support/v4/view/
DGestureDetectorCompat.java77 private boolean mInLongPress; field in GestureDetectorCompat.GestureDetectorCompatImplBase
315 mInLongPress = false; in onTouchEvent()
329 if (mInLongPress) { in onTouchEvent()
366 } else if (mInLongPress) { in onTouchEvent()
368 mInLongPress = false; in onTouchEvent()
424 if (mInLongPress) { in cancel()
425 mInLongPress = false; in cancel()
437 if (mInLongPress) { in cancelTaps()
438 mInLongPress = false; in cancelTaps()
460 mInLongPress = true; in dispatchLongPress()
/frameworks/base/core/java/android/view/
DGestureDetector.java242 private boolean mInLongPress; field in GestureDetector
583 mInLongPress = false; in onTouchEvent()
597 if (mInLongPress || mInContextClick) { in onTouchEvent()
636 } else if (mInLongPress) { in onTouchEvent()
638 mInLongPress = false; in onTouchEvent()
703 if (mContextClickListener != null && !mInContextClick && !mInLongPress in onGenericMotionEvent()
737 mInLongPress = false; in cancel()
750 mInLongPress = false; in cancelTaps()
777 mInLongPress = true; in dispatchLongPress()